#272724

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

Shades of Karaka #272724

Tints of Karaka #272724

Color information

#272724 (or 0x272724) is unknown color: approx Karaka. HEX triplet: 27, 27 and 24. RGB value is (39,39,36). Sum of RGB (Red+Green+Blue) = 39+39+36=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 39 - color contains mainly: red, green. Hex color #272724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272724 is #D8D8DB. Grayscale: #262626. Windows color (decimal): -14211292 or 2369319. OLE color: 2369319.

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

Color convert

RGB393936-
CMYK000.080.85
HSL60º4%14.71%-
HSV(B)60º7.69%15.29%-
XYZ1.882.011.96-
YUV38.66126.5128.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.21%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 36 (14.45% from 255) = 31.58%
R=34.21%
G=34.21%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal393936000.080.8560414.71
Hex272724008553c4f
Octal474744001012574417
Binary10011110011110010000100010101011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272724; }

 p { color: rgb(39,39,36); }

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

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

 a { background-color: rgb(39,39,36); }

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

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

 span { border-color: rgb(39,39,36); }

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