Html Css Color HEX #30251D Cocoa Brown

📋 copy color: '#30251D'

red 48 ◦ green 37 ◦ blue 29

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

Shades of Cocoa Brown #30251D

Tints of Cocoa Brown #30251D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25.44%

R = 42.11%
G = 32.46%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#30251D (or 0x30251D) is known color: Cocoa Brown. HEX triplet: 30, 25 and 1D. RGB value is (48,37,29). Sum of RGB (Red+Green+Blue) = 48+37+29=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #30251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30251D is #CFDAE2. Grayscale: #272727. Windows color (decimal): -13621987 or 1910064. OLE color: 1910064.

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

Color convert

RGB 48 37 29 -
CMYK 0 0.23 0.40 0.81
HSL 25.26º 0.25% 0.15% -
HSV(B) 25.26º 0.4% 0.19% -
XYZ 2.1 2.04 1.45 -
YUV 39.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 48 37 29 0 0.23 0.40 0.81 25.26 0.25 0.15
Hex 30 25 1D 0 17 28 51 19 19 F
Octal 60 45 35 0 27 50 121 31 31 17
Binary 110000 100101 11101 0 10111 101000 1010001 11001 11001 1111

Color Harmonies of #30251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30251D

Black with #30251D

Text Example


Text Example

White with #30251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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