Html Css Color HEX #302315 Cocoa Brown

📋 copy color: '#302315'

red 48 ◦ green 35 ◦ blue 21

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

Shades of Cocoa Brown #302315

Tints of Cocoa Brown #302315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 33.65%

 BLUE value IS 21 (8.59% from 255) = 20.19%

R = 46.15%
G = 33.65%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#302315 (or 0x302315) is known color: Cocoa Brown. HEX triplet: 30, 23 and 15. RGB value is (48,35,21). Sum of RGB (Red+Green+Blue) = 48+35+21=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #302315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302315 is #CFDCEA. Grayscale: #252525. Windows color (decimal): -13622507 or 1385264. OLE color: 1385264.

HSL color Cylindrical-coordinate representation of color #302315: hue angle of 31.11º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #302315 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 35 21 -
CMYK 0 0.27 0.56 0.81
HSL 31.11º 0.39% 0.14% -
HSV(B) 31.11º 0.56% 0.19% -
XYZ 1.96 1.88 0.97 -
YUV 37.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 48 35 21 0 0.27 0.56 0.81 31.11 0.39 0.14
Hex 30 23 15 0 1B 38 51 1F 27 E
Octal 60 43 25 0 33 70 121 37 47 16
Binary 110000 100011 10101 0 11011 111000 1010001 11111 100111 1110

Color Harmonies of #302315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302315

Black with #302315

Text Example


Text Example

White with #302315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302315; }

 p { color: rgb(48,35,21); }

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

background-color css

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

 a { background-color: rgb(48,35,21); }

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

border-color css

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

 span { border-color: rgb(48,35,21); }

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