Html Css Color HEX #313020 Karaka

📋 copy color: '#313020'

red 49 ◦ green 48 ◦ blue 32

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

Shades of Karaka #313020

Tints of Karaka #313020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 24.81%

R = 37.98%
G = 37.21%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#313020 (or 0x313020) is known color: Karaka. HEX triplet: 31, 30 and 20. RGB value is (49,48,32). Sum of RGB (Red+Green+Blue) = 49+48+32=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 49 - color contains mainly: red. Hex color #313020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313020 is #CECFDF. Grayscale: #2E2E2E. Windows color (decimal): -13553632 or 2109489. OLE color: 2109489.

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

Color convert

RGB 49 48 32 -
CMYK 0 0.02 0.35 0.81
HSL 56.47º 0.21% 0.16% -
HSV(B) 56.47º 0.35% 0.19% -
XYZ 2.58 2.87 1.78 -
YUV 46.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 49 48 32 0 0.02 0.35 0.81 56.47 0.21 0.16
Hex 31 30 20 0 2 23 51 38 15 10
Octal 61 60 40 0 2 43 121 70 25 20
Binary 110001 110000 100000 0 10 100011 1010001 111000 10101 10000

Color Harmonies of #313020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313020

Black with #313020

Text Example


Text Example

White with #313020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313020; }

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

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

background-color css

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

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

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

border-color css

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

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

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