Html Css Color HEX #313119 Karaka

📋 copy color: '#313119'

red 49 ◦ green 49 ◦ blue 25

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

Shades of Karaka #313119

Tints of Karaka #313119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.33%

R = 39.84%
G = 39.84%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#313119 (or 0x313119) is known color: Karaka. HEX triplet: 31, 31 and 19. RGB value is (49,49,25). Sum of RGB (Red+Green+Blue) = 49+49+25=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313119 is #CECEE6. Grayscale: #2E2E2E. Windows color (decimal): -13553383 or 1650993. OLE color: 1650993.

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

Color convert

RGB 49 49 25 -
CMYK 0 0 0.49 0.81
HSL 60º 0.32% 0.15% -
HSV(B) 60º 0.49% 0.19% -
XYZ 2.54 2.92 1.35 -
YUV 46.26 116 129.95 -
System Red Green Blue C M Y K H S L
Decimal 49 49 25 0 0 0.49 0.81 60 0.32 0.15
Hex 31 31 19 0 0 31 51 3C 20 F
Octal 61 61 31 0 0 61 121 74 40 17
Binary 110001 110001 11001 0 0 110001 1010001 111100 100000 1111

Color Harmonies of #313119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313119

Black with #313119

Text Example


Text Example

White with #313119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313119; }

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

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

background-color css

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

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

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

border-color css

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

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

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