Html Css Color HEX #323221 Karaka

📋 copy color: '#323221'

red 50 ◦ green 50 ◦ blue 33

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

Shades of Karaka #323221

Tints of Karaka #323221

RGB

 RED value IS 50 (19.92% from 255) = 37.59%

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

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

R = 37.59%
G = 37.59%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.80

RGB Variations

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

Color information

#323221 (or 0x323221) is known color: Karaka. HEX triplet: 32, 32 and 21. RGB value is (50,50,33). Sum of RGB (Red+Green+Blue) = 50+50+33=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 50 - color contains mainly: red, green. Hex color #323221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323221 is #CDCDDE. Grayscale: #303030. Windows color (decimal): -13487583 or 2175538. OLE color: 2175538.

HSL color Cylindrical-coordinate representation of color #323221: hue angle of 60º 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 #323221 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 50 33 -
CMYK 0 0 0.34 0.80
HSL 60º 0.2% 0.16% -
HSV(B) 60º 0.34% 0.2% -
XYZ 2.73 3.07 1.89 -
YUV 48.06 119.5 129.38 -
System Red Green Blue C M Y K H S L
Decimal 50 50 33 0 0 0.34 0.80 60 0.2 0.16
Hex 32 32 21 0 0 22 50 3C 14 10
Octal 62 62 41 0 0 42 120 74 24 20
Binary 110010 110010 100001 0 0 100010 1010000 111100 10100 10000

Color Harmonies of #323221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323221

Black with #323221

Text Example


Text Example

White with #323221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323221; }

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

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

background-color css

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

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

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

border-color css

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

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

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