#2F2F20

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

Shades of Karaka #2F2F20

Tints of Karaka #2F2F20

Color information

#2F2F20 (or 0x2F2F20) is unknown color: approx Karaka. HEX triplet: 2F, 2F and 20. RGB value is (47,47,32). Sum of RGB (Red+Green+Blue) = 47+47+32=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 47 - color contains mainly: red, green. Hex color #2F2F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2F20 is #D0D0DF. Grayscale: #2D2D2D. Windows color (decimal): -13684960 or 2109231. OLE color: 2109231.

HSL color Cylindrical-coordinate representation of color #2F2F20: hue angle of 60º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2F2F20 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.82.

Color convert

RGB474732-
CMYK000.320.82
HSL60º18.99%15.49%-
HSV(B)60º31.91%18.43%-
XYZ2.452.741.77-
YUV45.29120.5129.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.30%
GREEN value IS 47 (18.75% from 255) = 37.30%
BLUE value IS 32 (12.89% from 255) = 25.40%
R=37.30%
G=37.30%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal474732000.320.826018.9915.49
Hex2F2F200020523c13f
Octal5757400040122742317
Binary101111101111100000001000001010010111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F2F20; }

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

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

<style>
 a { background-color: #2F2F20; }

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

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

<style>
 span { border-color: #2F2F20; }

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

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