Html Css Color HEX #27271B Karaka

📋 copy color: '#27271B'

red 39 ◦ green 39 ◦ blue 27

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

Shades of Karaka #27271B

Tints of Karaka #27271B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 25.71%

R = 37.14%
G = 37.14%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.85

RGB Variations

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

Color information

#27271B (or 0x27271B) is known color: Karaka. HEX triplet: 27, 27 and 1B. RGB value is (39,39,27). Sum of RGB (Red+Green+Blue) = 39+39+27=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 39 (15.62% from 255 or 37.14% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 39 - color contains mainly: red, green. Hex color #27271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27271B is #D8D8E4. Grayscale: #252525. Windows color (decimal): -14211301 or 1779495. OLE color: 1779495.

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

Color convert

RGB 39 39 27 -
CMYK 0 0 0.31 0.85
HSL 60º 0.18% 0.13% -
HSV(B) 60º 0.31% 0.15% -
XYZ 1.76 1.96 1.32 -
YUV 37.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 39 39 27 0 0 0.31 0.85 60 0.18 0.13
Hex 27 27 1B 0 0 1F 55 3C 12 D
Octal 47 47 33 0 0 37 125 74 22 15
Binary 100111 100111 11011 0 0 11111 1010101 111100 10010 1101

Color Harmonies of #27271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27271B

Black with #27271B

Text Example


Text Example

White with #27271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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