#272718

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

Shades of Karaka #272718

Tints of Karaka #272718

Color information

#272718 (or 0x272718) is unknown color: approx Karaka. HEX triplet: 27, 27 and 18. RGB value is (39,39,24). Sum of RGB (Red+Green+Blue) = 39+39+24=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 39 - color contains mainly: red, green. Hex color #272718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272718 is #D8D8E7. Grayscale: #252525. Windows color (decimal): -14211304 or 1582887. OLE color: 1582887.

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

Color convert

RGB393924-
CMYK000.380.85
HSL60º23.81%12.35%-
HSV(B)60º38.46%15.29%-
XYZ1.731.951.15-
YUV37.29120.5129.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 38.24%
GREEN value IS 39 (15.62% from 255) = 38.24%
BLUE value IS 24 (9.77% from 255) = 23.53%
R=38.24%
G=38.24%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal393924000.380.856023.8112.35
Hex2727180026553c18c
Octal4747300046125743014
Binary10011110011111000001001101010101111100110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272718; }

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

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

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

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

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

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

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

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