#302F20

Color #302F20 Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #302F20

Tints of Karaka #302F20

Color information

#302F20 (or 0x302F20) is unknown color: approx Karaka. HEX triplet: 30, 2F and 20. RGB value is (48,47,32). Sum of RGB (Red+Green+Blue) = 48+47+32=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 48 - color contains mainly: red. Hex color #302F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F20 is #CFD0DF. Grayscale: #2D2D2D. Windows color (decimal): -13619424 or 2109232. OLE color: 2109232.

HSL color Cylindrical-coordinate representation of color #302F20: hue angle of 56.25º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #302F20 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB484732-
CMYK00.020.330.81
HSL56.25º20%15.69%-
HSV(B)56.25º33.33%18.82%-
XYZ2.52.771.77-
YUV45.59120.33129.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 47 (18.75% from 255) = 37.01%
BLUE value IS 32 (12.89% from 255) = 25.20%
R=37.80%
G=37.01%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48473200.020.330.8156.252015.69
Hex302F20022151381410
Octal6057400241121702420
Binary11000010111110000001010000110100011110001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302F20; }

 p { color: rgb(48,47,32); }

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

<style>
 a { background-color: #302F20; }

 a { background-color: rgb(48,47,32); }

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

<style>
 span { border-color: #302F20; }

 span { border-color: rgb(48,47,32); }

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