Html Css Color HEX #301A0B Cocoa Brown

📋 copy color: '#301A0B'

red 48 ◦ green 26 ◦ blue 11

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

Shades of Cocoa Brown #301A0B

Tints of Cocoa Brown #301A0B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 30.59%

 BLUE value IS 11 (4.69% from 255) = 12.94%

R = 56.47%
G = 30.59%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.81

RGB Variations

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

Color information

#301A0B (or 0x301A0B) is known color: Cocoa Brown. HEX triplet: 30, 1A and 0B. RGB value is (48,26,11). Sum of RGB (Red+Green+Blue) = 48+26+11=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #301A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A0B is #CFE5F4. Grayscale: #1E1E1E. Windows color (decimal): -13624821 or 727600. OLE color: 727600.

HSL color Cylindrical-coordinate representation of color #301A0B: hue angle of 24.32º 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 #301A0B is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 26 11 -
CMYK 0 0.46 0.77 0.81
HSL 24.32º 0.63% 0.12% -
HSV(B) 24.32º 0.77% 0.19% -
XYZ 1.65 1.39 0.5 -
YUV 30.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 48 26 11 0 0.46 0.77 0.81 24.32 0.63 0.12
Hex 30 1A B 0 2E 4D 51 18 3F C
Octal 60 32 13 0 56 115 121 30 77 14
Binary 110000 11010 1011 0 101110 1001101 1010001 11000 111111 1100

Color Harmonies of #301A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A0B

Black with #301A0B

Text Example


Text Example

White with #301A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301A0B; }

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

 H1.HeaderClassName
 {
   color: #301A0B;
 }
 .AnyTagClassName
 {
   color: #301A0B;
 }
</style>

background-color css

<style>
 a { background-color: #301A0B; }

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

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

border-color css

<style>
 span { border-color: #301A0B; }

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

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