Html Css Color HEX #313127 Karaka

📋 copy color: '#313127'

red 49 ◦ green 49 ◦ blue 39

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

Shades of Karaka #313127

Tints of Karaka #313127

RGB

 RED value IS 49 (19.53% from 255) = 35.77%

 GREEN value IS 49 (19.53% from 255) = 35.77%

 BLUE value IS 39 (15.63% from 255) = 28.47%

R = 35.77%
G = 35.77%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.81

RGB Variations

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

Color information

#313127 (or 0x313127) is known color: Karaka. HEX triplet: 31, 31 and 27. RGB value is (49,49,39). Sum of RGB (Red+Green+Blue) = 49+49+39=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313127 is #CECED8. Grayscale: #2F2F2F. Windows color (decimal): -13553369 or 2568497. OLE color: 2568497.

HSL color Cylindrical-coordinate representation of color #313127: hue angle of 60º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #313127 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 49 39 -
CMYK 0 0 0.20 0.81
HSL 60º 0.11% 0.17% -
HSV(B) 60º 0.2% 0.19% -
XYZ 2.73 3 2.35 -
YUV 47.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 49 49 39 0 0 0.20 0.81 60 0.11 0.17
Hex 31 31 27 0 0 14 51 3C B 11
Octal 61 61 47 0 0 24 121 74 13 21
Binary 110001 110001 100111 0 0 10100 1010001 111100 1011 10001

Color Harmonies of #313127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313127

Black with #313127

Text Example


Text Example

White with #313127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313127; }

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

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

background-color css

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

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

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

border-color css

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

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

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