Html Css Color HEX #301B07 Cocoa Brown

📋 copy color: '#301B07'

red 48 ◦ green 27 ◦ blue 7

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

Shades of Cocoa Brown #301B07

Tints of Cocoa Brown #301B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 8.54%

R = 58.54%
G = 32.93%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.81

RGB Variations

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

Color information

#301B07 (or 0x301B07) is known color: Cocoa Brown. HEX triplet: 30, 1B and 07. RGB value is (48,27,7). Sum of RGB (Red+Green+Blue) = 48+27+7=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 7 (3.12% from 255 or 8.54% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #301B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B07 is #CFE4F8. Grayscale: #1F1F1F. Windows color (decimal): -13624569 or 465712. OLE color: 465712.

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

Color convert

RGB 48 27 7 -
CMYK 0 0.44 0.85 0.81
HSL 29.27º 0.75% 0.11% -
HSV(B) 29.27º 0.85% 0.19% -
XYZ 1.65 1.43 0.39 -
YUV 31 114.46 140.13 -
System Red Green Blue C M Y K H S L
Decimal 48 27 7 0 0.44 0.85 0.81 29.27 0.75 0.11
Hex 30 1B 7 0 2C 55 51 1D 4B B
Octal 60 33 7 0 54 125 121 35 113 13
Binary 110000 11011 111 0 101100 1010101 1010001 11101 1001011 1011

Color Harmonies of #301B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B07

Black with #301B07

Text Example


Text Example

White with #301B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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