#2F2F28

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

Shades of Karaka #2F2F28

Tints of Karaka #2F2F28

Color information

#2F2F28 (or 0x2F2F28) is unknown color: approx Karaka. HEX triplet: 2F, 2F and 28. RGB value is (47,47,40). Sum of RGB (Red+Green+Blue) = 47+47+40=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 47 - color contains mainly: red, green. Hex color #2F2F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2F28 is #D0D0D7. Grayscale: #2E2E2E. Windows color (decimal): -13684952 or 2633519. OLE color: 2633519.

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

Color convert

RGB474740-
CMYK000.150.82
HSL60º8.05%17.06%-
HSV(B)60º14.89%18.43%-
XYZ2.572.792.41-
YUV46.2124.5128.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.07%
GREEN value IS 47 (18.75% from 255) = 35.07%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=35.07%
G=35.07%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal474740000.150.82608.0517.06
Hex2F2F2800F523c811
Octal5757500017122741021
Binary1011111011111010000011111010010111100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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