Html Css Color HEX #313011 Karaka

📋 copy color: '#313011'

red 49 ◦ green 48 ◦ blue 17

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

Shades of Karaka #313011

Tints of Karaka #313011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 42.11%

 BLUE value IS 17 (7.03% from 255) = 14.91%

R = 42.98%
G = 42.11%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#313011 (or 0x313011) is known color: Karaka. HEX triplet: 31, 30 and 11. RGB value is (49,48,17). Sum of RGB (Red+Green+Blue) = 49+48+17=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #313011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313011 is #CECFEE. Grayscale: #2C2C2C. Windows color (decimal): -13553647 or 1126449. OLE color: 1126449.

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

Color convert

RGB 49 48 17 -
CMYK 0 0.02 0.65 0.81
HSL 58.13º 0.48% 0.13% -
HSV(B) 58.13º 0.65% 0.19% -
XYZ 2.42 2.81 0.94 -
YUV 44.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 49 48 17 0 0.02 0.65 0.81 58.13 0.48 0.13
Hex 31 30 11 0 2 41 51 3A 30 D
Octal 61 60 21 0 2 101 121 72 60 15
Binary 110001 110000 10001 0 10 1000001 1010001 111010 110000 1101

Color Harmonies of #313011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313011

Black with #313011

Text Example


Text Example

White with #313011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313011; }

 p { color: rgb(49,48,17); }

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

background-color css

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

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

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

border-color css

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

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

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