Html Css Color HEX #302821 Cocoa Brown

📋 copy color: '#302821'

red 48 ◦ green 40 ◦ blue 33

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

Shades of Cocoa Brown #302821

Tints of Cocoa Brown #302821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 33.06%

 BLUE value IS 33 (13.28% from 255) = 27.27%

R = 39.67%
G = 33.06%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#302821 (or 0x302821) is known color: Cocoa Brown. HEX triplet: 30, 28 and 21. RGB value is (48,40,33). Sum of RGB (Red+Green+Blue) = 48+40+33=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 48 - color contains mainly: red. Hex color #302821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302821 is #CFD7DE. Grayscale: #292929. Windows color (decimal): -13621215 or 2172976. OLE color: 2172976.

HSL color Cylindrical-coordinate representation of color #302821: hue angle of 28º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #302821 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 40 33 -
CMYK 0 0.17 0.31 0.81
HSL 28º 0.19% 0.16% -
HSV(B) 28º 0.31% 0.19% -
XYZ 2.25 2.26 1.76 -
YUV 41.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 48 40 33 0 0.17 0.31 0.81 28 0.19 0.16
Hex 30 28 21 0 11 1F 51 1C 13 10
Octal 60 50 41 0 21 37 121 34 23 20
Binary 110000 101000 100001 0 10001 11111 1010001 11100 10011 10000

Color Harmonies of #302821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302821

Black with #302821

Text Example


Text Example

White with #302821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302821; }

 p { color: rgb(48,40,33); }

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

background-color css

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

 a { background-color: rgb(48,40,33); }

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

border-color css

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

 span { border-color: rgb(48,40,33); }

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