#2F2F21

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

Shades of Karaka #2F2F21

Tints of Karaka #2F2F21

Color information

#2F2F21 (or 0x2F2F21) is unknown color: approx Karaka. HEX triplet: 2F, 2F and 21. RGB value is (47,47,33). Sum of RGB (Red+Green+Blue) = 47+47+33=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 47 - color contains mainly: red, green. Hex color #2F2F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2F21 is #D0D0DE. Grayscale: #2D2D2D. Windows color (decimal): -13684959 or 2174767. OLE color: 2174767.

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

Color convert

RGB474733-
CMYK000.300.82
HSL60º17.5%15.69%-
HSV(B)60º29.79%18.43%-
XYZ2.462.751.84-
YUV45.4121129.14-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.01%
GREEN value IS 47 (18.75% from 255) = 37.01%
BLUE value IS 33 (13.28% from 255) = 25.98%
R=37.01%
G=37.01%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal474733000.300.826017.515.69
Hex2F2F21001E523c1210
Octal5757410036122742220
Binary101111101111100001001111010100101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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