Html Css Color HEX #30231A Cocoa Brown

📋 copy color: '#30231A'

red 48 ◦ green 35 ◦ blue 26

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

Shades of Cocoa Brown #30231A

Tints of Cocoa Brown #30231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.85%

R = 44.04%
G = 32.11%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.81

RGB Variations

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

Color information

#30231A (or 0x30231A) is known color: Cocoa Brown. HEX triplet: 30, 23 and 1A. RGB value is (48,35,26). Sum of RGB (Red+Green+Blue) = 48+35+26=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #30231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30231A is #CFDCE5. Grayscale: #252525. Windows color (decimal): -13622502 or 1712944. OLE color: 1712944.

HSL color Cylindrical-coordinate representation of color #30231A: hue angle of 24.55º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #30231A is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 35 26 -
CMYK 0 0.27 0.46 0.81
HSL 24.55º 0.3% 0.15% -
HSV(B) 24.55º 0.46% 0.19% -
XYZ 2.01 1.91 1.24 -
YUV 37.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 48 35 26 0 0.27 0.46 0.81 24.55 0.3 0.15
Hex 30 23 1A 0 1B 2E 51 19 1E F
Octal 60 43 32 0 33 56 121 31 36 17
Binary 110000 100011 11010 0 11011 101110 1010001 11001 11110 1111

Color Harmonies of #30231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30231A

Black with #30231A

Text Example


Text Example

White with #30231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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