Html Css Color HEX #313010 Karaka

📋 copy color: '#313010'

red 49 ◦ green 48 ◦ blue 16

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

Shades of Karaka #313010

Tints of Karaka #313010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.16%

R = 43.36%
G = 42.48%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#313010 (or 0x313010) is known color: Karaka. HEX triplet: 31, 30 and 10. RGB value is (49,48,16). Sum of RGB (Red+Green+Blue) = 49+48+16=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #313010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313010 is #CECFEF. Grayscale: #2C2C2C. Windows color (decimal): -13553648 or 1060913. OLE color: 1060913.

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

Color convert

RGB 49 48 16 -
CMYK 0 0.02 0.67 0.81
HSL 58.18º 0.51% 0.13% -
HSV(B) 58.18º 0.67% 0.19% -
XYZ 2.42 2.8 0.9 -
YUV 44.65 111.83 131.1 -
System Red Green Blue C M Y K H S L
Decimal 49 48 16 0 0.02 0.67 0.81 58.18 0.51 0.13
Hex 31 30 10 0 2 43 51 3A 33 D
Octal 61 60 20 0 2 103 121 72 63 15
Binary 110001 110000 10000 0 10 1000011 1010001 111010 110011 1101

Color Harmonies of #313010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313010

Black with #313010

Text Example


Text Example

White with #313010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313010; }

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

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

background-color css

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

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

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

border-color css

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

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

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