Html Css Color HEX #313221 Karaka

📋 copy color: '#313221'

red 49 ◦ green 50 ◦ blue 33

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

Shades of Karaka #313221

Tints of Karaka #313221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 25%

R = 37.12%
G = 37.88%
B = 25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.80

RGB Variations

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

Color information

#313221 (or 0x313221) is known color: Karaka. HEX triplet: 31, 32 and 21. RGB value is (49,50,33). Sum of RGB (Red+Green+Blue) = 49+50+33=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 50 - color contains mainly: green. Hex color #313221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313221 is #CECDDE. Grayscale: #2F2F2F. Windows color (decimal): -13553119 or 2175537. OLE color: 2175537.

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

Color convert

RGB 49 50 33 -
CMYK 0.02 0 0.34 0.80
HSL 63.53º 0.2% 0.16% -
HSV(B) 63.53º 0.34% 0.2% -
XYZ 2.68 3.04 1.89 -
YUV 47.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 49 50 33 0.02 0 0.34 0.80 63.53 0.2 0.16
Hex 31 32 21 2 0 22 50 40 14 10
Octal 61 62 41 2 0 42 120 100 24 20
Binary 110001 110010 100001 10 0 100010 1010000 1000000 10100 10000

Color Harmonies of #313221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313221

Black with #313221

Text Example


Text Example

White with #313221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313221; }

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

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

background-color css

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

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

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

border-color css

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

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

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