Html Css Color HEX #302213 Cocoa Brown

📋 copy color: '#302213'

red 48 ◦ green 34 ◦ blue 19

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

Shades of Cocoa Brown #302213

Tints of Cocoa Brown #302213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 33.66%

 BLUE value IS 19 (7.81% from 255) = 18.81%

R = 47.52%
G = 33.66%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#302213 (or 0x302213) is known color: Cocoa Brown. HEX triplet: 30, 22 and 13. RGB value is (48,34,19). Sum of RGB (Red+Green+Blue) = 48+34+19=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #302213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302213 is #CFDDEC. Grayscale: #242424. Windows color (decimal): -13622765 or 1253936. OLE color: 1253936.

HSL color Cylindrical-coordinate representation of color #302213: hue angle of 31.03º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #302213 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 34 19 -
CMYK 0 0.29 0.60 0.81
HSL 31.03º 0.43% 0.13% -
HSV(B) 31.03º 0.6% 0.19% -
XYZ 1.91 1.82 0.87 -
YUV 36.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 48 34 19 0 0.29 0.60 0.81 31.03 0.43 0.13
Hex 30 22 13 0 1D 3C 51 1F 2B D
Octal 60 42 23 0 35 74 121 37 53 15
Binary 110000 100010 10011 0 11101 111100 1010001 11111 101011 1101

Color Harmonies of #302213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302213

Black with #302213

Text Example


Text Example

White with #302213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302213; }

 p { color: rgb(48,34,19); }

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

background-color css

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

 a { background-color: rgb(48,34,19); }

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

border-color css

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

 span { border-color: rgb(48,34,19); }

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