#2F2F26

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

Shades of Karaka #2F2F26

Tints of Karaka #2F2F26

Color information

#2F2F26 (or 0x2F2F26) is unknown color: approx Karaka. HEX triplet: 2F, 2F and 26. RGB value is (47,47,38). Sum of RGB (Red+Green+Blue) = 47+47+38=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 47 - color contains mainly: red, green. Hex color #2F2F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2F26 is #D0D0D9. Grayscale: #2E2E2E. Windows color (decimal): -13684954 or 2502447. OLE color: 2502447.

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

Color convert

RGB474738-
CMYK000.190.82
HSL60º10.59%16.67%-
HSV(B)60º19.15%18.43%-
XYZ2.542.782.24-
YUV45.97123.5128.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.61%
GREEN value IS 47 (18.75% from 255) = 35.61%
BLUE value IS 38 (15.23% from 255) = 28.79%
R=35.61%
G=35.61%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal474738000.190.826010.5916.67
Hex2F2F260013523cb11
Octal5757460023122741321
Binary10111110111110011000100111010010111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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