Html Css Color HEX #313116 Karaka

📋 copy color: '#313116'

red 49 ◦ green 49 ◦ blue 22

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

Shades of Karaka #313116

Tints of Karaka #313116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 18.33%

R = 40.83%
G = 40.83%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.81

RGB Variations

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

Color information

#313116 (or 0x313116) is known color: Karaka. HEX triplet: 31, 31 and 16. RGB value is (49,49,22). Sum of RGB (Red+Green+Blue) = 49+49+22=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313116 is #CECEE9. Grayscale: #2E2E2E. Windows color (decimal): -13553386 or 1454385. OLE color: 1454385.

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

Color convert

RGB 49 49 22 -
CMYK 0 0 0.55 0.81
HSL 60º 0.38% 0.14% -
HSV(B) 60º 0.55% 0.19% -
XYZ 2.51 2.91 1.19 -
YUV 45.92 114.5 130.2 -
System Red Green Blue C M Y K H S L
Decimal 49 49 22 0 0 0.55 0.81 60 0.38 0.14
Hex 31 31 16 0 0 37 51 3C 26 E
Octal 61 61 26 0 0 67 121 74 46 16
Binary 110001 110001 10110 0 0 110111 1010001 111100 100110 1110

Color Harmonies of #313116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313116

Black with #313116

Text Example


Text Example

White with #313116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313116; }

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

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

background-color css

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

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

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

border-color css

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

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

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