#27271D

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

Shades of Karaka #27271D

Tints of Karaka #27271D

Color information

#27271D (or 0x27271D) is unknown color: approx Karaka. HEX triplet: 27, 27 and 1D. RGB value is (39,39,29). Sum of RGB (Red+Green+Blue) = 39+39+29=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 39 - color contains mainly: red, green. Hex color #27271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27271D is #D8D8E2. Grayscale: #252525. Windows color (decimal): -14211299 or 1910567. OLE color: 1910567.

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

Color convert

RGB393929-
CMYK000.260.85
HSL60º14.71%13.33%-
HSV(B)60º25.64%15.29%-
XYZ1.781.971.45-
YUV37.86123128.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.45%
GREEN value IS 39 (15.62% from 255) = 36.45%
BLUE value IS 29 (11.72% from 255) = 27.10%
R=36.45%
G=36.45%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal393929000.260.856014.7113.33
Hex27271D001A553cfd
Octal4747350032125741715
Binary100111100111111010011010101010111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27271D; }

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

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

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

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

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

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

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

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