Html Css Color HEX #27271C Karaka

📋 copy color: '#27271C'

red 39 ◦ green 39 ◦ blue 28

#27271C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Karaka #27271C

Tints of Karaka #27271C

RGB

 RED value IS 39 (15.63% from 255) = 36.79%

 GREEN value IS 39 (15.63% from 255) = 36.79%

 BLUE value IS 28 (11.33% from 255) = 26.42%

R = 36.79%
G = 36.79%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.85

RGB Variations

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

Color information

#27271C (or 0x27271C) is known color: Karaka. HEX triplet: 27, 27 and 1C. RGB value is (39,39,28). Sum of RGB (Red+Green+Blue) = 39+39+28=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 39 - color contains mainly: red, green. Hex color #27271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27271C is #D8D8E3. Grayscale: #252525. Windows color (decimal): -14211300 or 1845031. OLE color: 1845031.

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

Color convert

RGB 39 39 28 -
CMYK 0 0 0.28 0.85
HSL 60º 0.16% 0.13% -
HSV(B) 60º 0.28% 0.15% -
XYZ 1.77 1.97 1.38 -
YUV 37.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 39 39 28 0 0 0.28 0.85 60 0.16 0.13
Hex 27 27 1C 0 0 1C 55 3C 10 D
Octal 47 47 34 0 0 34 125 74 20 15
Binary 100111 100111 11100 0 0 11100 1010101 111100 10000 1101

Color Harmonies of #27271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27271C

Black with #27271C

Text Example


Text Example

White with #27271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #27271C;
 }
 .AnyTagClassName
 {
   color: #27271C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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