Html Css Color HEX #301B0A Cocoa Brown

📋 copy color: '#301B0A'

red 48 ◦ green 27 ◦ blue 10

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

Shades of Cocoa Brown #301B0A

Tints of Cocoa Brown #301B0A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 31.76%

 BLUE value IS 10 (4.3% from 255) = 11.76%

R = 56.47%
G = 31.76%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#301B0A (or 0x301B0A) is known color: Cocoa Brown. HEX triplet: 30, 1B and 0A. RGB value is (48,27,10). Sum of RGB (Red+Green+Blue) = 48+27+10=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #301B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B0A is #CFE4F5. Grayscale: #1F1F1F. Windows color (decimal): -13624566 or 662320. OLE color: 662320.

HSL color Cylindrical-coordinate representation of color #301B0A: hue angle of 26.84º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #301B0A is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 27 10 -
CMYK 0 0.44 0.79 0.81
HSL 26.84º 0.66% 0.11% -
HSV(B) 26.84º 0.79% 0.19% -
XYZ 1.67 1.43 0.48 -
YUV 31.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 48 27 10 0 0.44 0.79 0.81 26.84 0.66 0.11
Hex 30 1B A 0 2C 4F 51 1B 42 B
Octal 60 33 12 0 54 117 121 33 102 13
Binary 110000 11011 1010 0 101100 1001111 1010001 11011 1000010 1011

Color Harmonies of #301B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B0A

Black with #301B0A

Text Example


Text Example

White with #301B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,27,10); }

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

background-color css

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

 a { background-color: rgb(48,27,10); }

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

border-color css

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

 span { border-color: rgb(48,27,10); }

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