Html Css Color HEX #300B1E Blackberry

📋 copy color: '#300B1E'

red 48 ◦ green 11 ◦ blue 30

#300B1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #300B1E

Tints of Blackberry #300B1E

RGB

 RED value IS 48 (19.14% from 255) = 53.93%

 GREEN value IS 11 (4.69% from 255) = 12.36%

 BLUE value IS 30 (12.11% from 255) = 33.71%

R = 53.93%
G = 12.36%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.81

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#300B1E (or 0x300B1E) is known color: Blackberry. HEX triplet: 30, 0B and 1E. RGB value is (48,11,30). Sum of RGB (Red+Green+Blue) = 48+11+30=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #300B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B1E is #CFF4E1. Grayscale: #181818. Windows color (decimal): -13628642 or 1968944. OLE color: 1968944.

HSL color Cylindrical-coordinate representation of color #300B1E: hue angle of 329.19º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #300B1E is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 11 30 -
CMYK 0 0.77 0.37 0.81
HSL 329.19º 0.63% 0.12% -
HSV(B) 329.19º 0.77% 0.19% -
XYZ 1.57 0.96 1.33 -
YUV 24.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 48 11 30 0 0.77 0.37 0.81 329.19 0.63 0.12
Hex 30 B 1E 0 4D 25 51 149 3F C
Octal 60 13 36 0 115 45 121 511 77 14
Binary 110000 1011 11110 0 1001101 100101 1010001 101001001 111111 1100

Color Harmonies of #300B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300B1E

Black with #300B1E

Text Example


Text Example

White with #300B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300B1E; }

 p { color: rgb(48,11,30); }

 H1.HeaderClassName
 {
   color: #300B1E;
 }
 .AnyTagClassName
 {
   color: #300B1E;
 }
</style>

background-color css

<style>
 a { background-color: #300B1E; }

 a { background-color: rgb(48,11,30); }

 div.DivClassName
 {
   background-color: #300B1E;
 }
 .BgClassName
 {
   background-color: #300B1E;
 }
</style>

border-color css

<style>
 span { border-color: #300B1E; }

 span { border-color: rgb(48,11,30); }

 td.TdClassName
 {
   border-color: #300B1E;
 }
 .TagClassName
 {
   border-color: #300B1E;
 }
</style>