Html Css Color HEX #313015 Karaka

📋 copy color: '#313015'

red 49 ◦ green 48 ◦ blue 21

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

Shades of Karaka #313015

Tints of Karaka #313015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.8%

R = 41.53%
G = 40.68%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#313015 (or 0x313015) is known color: Karaka. HEX triplet: 31, 30 and 15. RGB value is (49,48,21). Sum of RGB (Red+Green+Blue) = 49+48+21=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #313015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313015 is #CECFEA. Grayscale: #2D2D2D. Windows color (decimal): -13553643 or 1388593. OLE color: 1388593.

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

Color convert

RGB 49 48 21 -
CMYK 0 0.02 0.57 0.81
HSL 57.86º 0.4% 0.14% -
HSV(B) 57.86º 0.57% 0.19% -
XYZ 2.46 2.82 1.12 -
YUV 45.22 114.33 130.7 -
System Red Green Blue C M Y K H S L
Decimal 49 48 21 0 0.02 0.57 0.81 57.86 0.4 0.14
Hex 31 30 15 0 2 39 51 3A 28 E
Octal 61 60 25 0 2 71 121 72 50 16
Binary 110001 110000 10101 0 10 111001 1010001 111010 101000 1110

Color Harmonies of #313015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313015

Black with #313015

Text Example


Text Example

White with #313015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313015; }

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

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

background-color css

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

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

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

border-color css

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

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

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