Html Css Color HEX #313113 Karaka

📋 copy color: '#313113'

red 49 ◦ green 49 ◦ blue 19

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

Shades of Karaka #313113

Tints of Karaka #313113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.24%

R = 41.88%
G = 41.88%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#313113 (or 0x313113) is known color: Karaka. HEX triplet: 31, 31 and 13. RGB value is (49,49,19). Sum of RGB (Red+Green+Blue) = 49+49+19=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313113 is #CECEEC. Grayscale: #2D2D2D. Windows color (decimal): -13553389 or 1257777. OLE color: 1257777.

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

Color convert

RGB 49 49 19 -
CMYK 0 0 0.61 0.81
HSL 60º 0.44% 0.13% -
HSV(B) 60º 0.61% 0.19% -
XYZ 2.48 2.9 1.04 -
YUV 45.58 113 130.44 -
System Red Green Blue C M Y K H S L
Decimal 49 49 19 0 0 0.61 0.81 60 0.44 0.13
Hex 31 31 13 0 0 3D 51 3C 2C D
Octal 61 61 23 0 0 75 121 74 54 15
Binary 110001 110001 10011 0 0 111101 1010001 111100 101100 1101

Color Harmonies of #313113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313113

Black with #313113

Text Example


Text Example

White with #313113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313113; }

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

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

background-color css

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

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

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

border-color css

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

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

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