#30271F

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

Shades of Cocoa Brown #30271F

Tints of Cocoa Brown #30271F

Color information

#30271F (or 0x30271F) is unknown color: approx Cocoa Brown. HEX triplet: 30, 27 and 1F. RGB value is (48,39,31). Sum of RGB (Red+Green+Blue) = 48+39+31=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #30271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30271F is #CFD8E0. Grayscale: #282828. Windows color (decimal): -13621473 or 2041648. OLE color: 2041648.

HSL color Cylindrical-coordinate representation of color #30271F: hue angle of 28.24º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #30271F is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB483931-
CMYK00.190.350.81
HSL28.24º21.52%15.49%-
HSV(B)28.24º35.42%18.82%-
XYZ2.192.181.6-
YUV40.78122.48133.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.68%
GREEN value IS 39 (15.62% from 255) = 33.05%
BLUE value IS 31 (12.5% from 255) = 26.27%
R=40.68%
G=33.05%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48393100.190.350.8128.2421.5215.49
Hex30271F01323511c16f
Octal60473702343121342617
Binary11000010011111111010011100011101000111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30271F; }

 p { color: rgb(48,39,31); }

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

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

 a { background-color: rgb(48,39,31); }

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

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

 span { border-color: rgb(48,39,31); }

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