Html Css Color HEX #301C10 Cocoa Brown

📋 copy color: '#301C10'

red 48 ◦ green 28 ◦ blue 16

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

Shades of Cocoa Brown #301C10

Tints of Cocoa Brown #301C10

RGB

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

 GREEN value IS 28 (11.33% from 255) = 30.43%

 BLUE value IS 16 (6.64% from 255) = 17.39%

R = 52.17%
G = 30.43%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#301C10 (or 0x301C10) is known color: Cocoa Brown. HEX triplet: 30, 1C and 10. RGB value is (48,28,16). Sum of RGB (Red+Green+Blue) = 48+28+16=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #301C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C10 is #CFE3EF. Grayscale: #202020. Windows color (decimal): -13624304 or 1055792. OLE color: 1055792.

HSL color Cylindrical-coordinate representation of color #301C10: hue angle of 22.5º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #301C10 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 28 16 -
CMYK 0 0.42 0.67 0.81
HSL 22.5º 0.5% 0.13% -
HSV(B) 22.5º 0.67% 0.19% -
XYZ 1.73 1.5 0.69 -
YUV 32.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 48 28 16 0 0.42 0.67 0.81 22.5 0.5 0.13
Hex 30 1C 10 0 2A 43 51 16 32 D
Octal 60 34 20 0 52 103 121 26 62 15
Binary 110000 11100 10000 0 101010 1000011 1010001 10110 110010 1101

Color Harmonies of #301C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C10

Black with #301C10

Text Example


Text Example

White with #301C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,28,16); }

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

background-color css

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

 a { background-color: rgb(48,28,16); }

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

border-color css

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

 span { border-color: rgb(48,28,16); }

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