Html Css Color HEX #313019 Karaka

📋 copy color: '#313019'

red 49 ◦ green 48 ◦ blue 25

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

Shades of Karaka #313019

Tints of Karaka #313019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.49%

R = 40.16%
G = 39.34%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#313019 (or 0x313019) is known color: Karaka. HEX triplet: 31, 30 and 19. RGB value is (49,48,25). Sum of RGB (Red+Green+Blue) = 49+48+25=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #313019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313019 is #CECFE6. Grayscale: #2D2D2D. Windows color (decimal): -13553639 or 1650737. OLE color: 1650737.

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

Color convert

RGB 49 48 25 -
CMYK 0 0.02 0.49 0.81
HSL 57.5º 0.32% 0.15% -
HSV(B) 57.5º 0.49% 0.19% -
XYZ 2.5 2.84 1.34 -
YUV 45.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 49 48 25 0 0.02 0.49 0.81 57.5 0.32 0.15
Hex 31 30 19 0 2 31 51 3A 20 F
Octal 61 60 31 0 2 61 121 72 40 17
Binary 110001 110000 11001 0 10 110001 1010001 111010 100000 1111

Color Harmonies of #313019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313019

Black with #313019

Text Example


Text Example

White with #313019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313019; }

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

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

background-color css

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

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

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

border-color css

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

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

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