Html Css Color HEX #30251B Cocoa Brown

📋 copy color: '#30251B'

red 48 ◦ green 37 ◦ blue 27

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

Shades of Cocoa Brown #30251B

Tints of Cocoa Brown #30251B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.04%

 BLUE value IS 27 (10.94% from 255) = 24.11%

R = 42.86%
G = 33.04%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.81

RGB Variations

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

Color information

#30251B (or 0x30251B) is known color: Cocoa Brown. HEX triplet: 30, 25 and 1B. RGB value is (48,37,27). Sum of RGB (Red+Green+Blue) = 48+37+27=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #30251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30251B is #CFDAE4. Grayscale: #272727. Windows color (decimal): -13621989 or 1778992. OLE color: 1778992.

HSL color Cylindrical-coordinate representation of color #30251B: hue angle of 28.57º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30251B is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 37 27 -
CMYK 0 0.23 0.44 0.81
HSL 28.57º 0.28% 0.15% -
HSV(B) 28.57º 0.44% 0.19% -
XYZ 2.08 2.03 1.32 -
YUV 39.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 48 37 27 0 0.23 0.44 0.81 28.57 0.28 0.15
Hex 30 25 1B 0 17 2C 51 1D 1C F
Octal 60 45 33 0 27 54 121 35 34 17
Binary 110000 100101 11011 0 10111 101100 1010001 11101 11100 1111

Color Harmonies of #30251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30251B

Black with #30251B

Text Example


Text Example

White with #30251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30251B; }

 p { color: rgb(48,37,27); }

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

background-color css

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

 a { background-color: rgb(48,37,27); }

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

border-color css

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

 span { border-color: rgb(48,37,27); }

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