#272725

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

Shades of Karaka #272725

Tints of Karaka #272725

Color information

#272725 (or 0x272725) is unknown color: approx Karaka. HEX triplet: 27, 27 and 25. RGB value is (39,39,37). Sum of RGB (Red+Green+Blue) = 39+39+37=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 39 - color contains mainly: red, green. Hex color #272725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272725 is #D8D8DA. Grayscale: #262626. Windows color (decimal): -14211291 or 2434855. OLE color: 2434855.

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

Color convert

RGB393937-
CMYK000.050.85
HSL60º2.63%14.9%-
HSV(B)60º5.13%15.29%-
XYZ1.92.022.04-
YUV38.77127128.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.91%
GREEN value IS 39 (15.62% from 255) = 33.91%
BLUE value IS 37 (14.84% from 255) = 32.17%
R=33.91%
G=33.91%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal393937000.050.85602.6314.9
Hex272725005553c3f
Octal47474500512574317
Binary100111100111100101001011010101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272725; }

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

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

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

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

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

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

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

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