#30241A

Color #30241A Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #30241A

Tints of Cocoa Brown #30241A

Color information

#30241A (or 0x30241A) is unknown color: approx Cocoa Brown. HEX triplet: 30, 24 and 1A. RGB value is (48,36,26). Sum of RGB (Red+Green+Blue) = 48+36+26=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #30241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30241A is #CFDBE5. Grayscale: #262626. Windows color (decimal): -13622246 or 1713200. OLE color: 1713200.

HSL color Cylindrical-coordinate representation of color #30241A: hue angle of 27.27º 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 #30241A is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB483626-
CMYK00.250.460.81
HSL27.27º29.73%14.51%-
HSV(B)27.27º45.83%18.82%-
XYZ2.041.961.25-
YUV38.45120.98134.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 26 (10.55% from 255) = 23.64%
R=43.64%
G=32.73%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48362600.250.460.8127.2729.7314.51
Hex30241A0192E511b1ef
Octal60443203156121333617
Binary11000010010011010011001101110101000111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30241A;
 }
 .AnyTagClassName
 {
   color: #30241A;
 }
</style>
background-color css

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

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

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

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

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

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