Html Css Color HEX #313017 Karaka

📋 copy color: '#313017'

red 49 ◦ green 48 ◦ blue 23

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

Shades of Karaka #313017

Tints of Karaka #313017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 19.17%

R = 40.83%
G = 40%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#313017 (or 0x313017) is known color: Karaka. HEX triplet: 31, 30 and 17. RGB value is (49,48,23). Sum of RGB (Red+Green+Blue) = 49+48+23=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #313017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313017 is #CECFE8. Grayscale: #2D2D2D. Windows color (decimal): -13553641 or 1519665. OLE color: 1519665.

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

Color convert

RGB 49 48 23 -
CMYK 0 0.02 0.53 0.81
HSL 57.69º 0.36% 0.14% -
HSV(B) 57.69º 0.53% 0.19% -
XYZ 2.48 2.83 1.23 -
YUV 45.45 115.33 130.53 -
System Red Green Blue C M Y K H S L
Decimal 49 48 23 0 0.02 0.53 0.81 57.69 0.36 0.14
Hex 31 30 17 0 2 35 51 3A 24 E
Octal 61 60 27 0 2 65 121 72 44 16
Binary 110001 110000 10111 0 10 110101 1010001 111010 100100 1110

Color Harmonies of #313017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313017

Black with #313017

Text Example


Text Example

White with #313017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313017; }

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

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

background-color css

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

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

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

border-color css

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

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

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