Html Css Color HEX #301F0F Cocoa Brown

📋 copy color: '#301F0F'

red 48 ◦ green 31 ◦ blue 15

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

Shades of Cocoa Brown #301F0F

Tints of Cocoa Brown #301F0F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 32.98%

 BLUE value IS 15 (6.25% from 255) = 15.96%

R = 51.06%
G = 32.98%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#301F0F (or 0x301F0F) is known color: Cocoa Brown. HEX triplet: 30, 1F and 0F. RGB value is (48,31,15). Sum of RGB (Red+Green+Blue) = 48+31+15=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #301F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F0F is #CFE0F0. Grayscale: #222222. Windows color (decimal): -13623537 or 991024. OLE color: 991024.

HSL color Cylindrical-coordinate representation of color #301F0F: hue angle of 29.09º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #301F0F is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 31 15 -
CMYK 0 0.35 0.69 0.81
HSL 29.09º 0.52% 0.12% -
HSV(B) 29.09º 0.69% 0.19% -
XYZ 1.8 1.64 0.67 -
YUV 34.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 48 31 15 0 0.35 0.69 0.81 29.09 0.52 0.12
Hex 30 1F F 0 23 45 51 1D 34 C
Octal 60 37 17 0 43 105 121 35 64 14
Binary 110000 11111 1111 0 100011 1000101 1010001 11101 110100 1100

Color Harmonies of #301F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F0F

Black with #301F0F

Text Example


Text Example

White with #301F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,31,15); }

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

background-color css

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

 a { background-color: rgb(48,31,15); }

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

border-color css

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

 span { border-color: rgb(48,31,15); }

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