Html Css Color HEX #313126 Karaka

📋 copy color: '#313126'

red 49 ◦ green 49 ◦ blue 38

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

Shades of Karaka #313126

Tints of Karaka #313126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.94%

R = 36.03%
G = 36.03%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#313126 (or 0x313126) is known color: Karaka. HEX triplet: 31, 31 and 26. RGB value is (49,49,38). Sum of RGB (Red+Green+Blue) = 49+49+38=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313126 is #CECED9. Grayscale: #2F2F2F. Windows color (decimal): -13553370 or 2502961. OLE color: 2502961.

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

Color convert

RGB 49 49 38 -
CMYK 0 0 0.22 0.81
HSL 60º 0.13% 0.17% -
HSV(B) 60º 0.22% 0.19% -
XYZ 2.71 2.99 2.27 -
YUV 47.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 49 49 38 0 0 0.22 0.81 60 0.13 0.17
Hex 31 31 26 0 0 16 51 3C D 11
Octal 61 61 46 0 0 26 121 74 15 21
Binary 110001 110001 100110 0 0 10110 1010001 111100 1101 10001

Color Harmonies of #313126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313126

Black with #313126

Text Example


Text Example

White with #313126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313126; }

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

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

background-color css

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

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

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

border-color css

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

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

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