Html Css Color HEX #313220 Karaka

📋 copy color: '#313220'

red 49 ◦ green 50 ◦ blue 32

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

Shades of Karaka #313220

Tints of Karaka #313220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.17%

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

R = 37.4%
G = 38.17%
B = 24.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.80

RGB Variations

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

Color information

#313220 (or 0x313220) is known color: Karaka. HEX triplet: 31, 32 and 20. RGB value is (49,50,32). Sum of RGB (Red+Green+Blue) = 49+50+32=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 50 - color contains mainly: green. Hex color #313220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313220 is #CECDDF. Grayscale: #2F2F2F. Windows color (decimal): -13553120 or 2110001. OLE color: 2110001.

HSL color Cylindrical-coordinate representation of color #313220: hue angle of 63.33º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #313220 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 50 32 -
CMYK 0.02 0 0.36 0.80
HSL 63.33º 0.22% 0.16% -
HSV(B) 63.33º 0.36% 0.2% -
XYZ 2.67 3.04 1.81 -
YUV 47.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 49 50 32 0.02 0 0.36 0.80 63.33 0.22 0.16
Hex 31 32 20 2 0 24 50 3F 16 10
Octal 61 62 40 2 0 44 120 77 26 20
Binary 110001 110010 100000 10 0 100100 1010000 111111 10110 10000

Color Harmonies of #313220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313220

Black with #313220

Text Example


Text Example

White with #313220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313220; }

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

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

background-color css

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

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

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

border-color css

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

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

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