Html Css Color HEX #323229 Karaka

📋 copy color: '#323229'

red 50 ◦ green 50 ◦ blue 41

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

Shades of Karaka #323229

Tints of Karaka #323229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 29.08%

R = 35.46%
G = 35.46%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#323229 (or 0x323229) is known color: Karaka. HEX triplet: 32, 32 and 29. RGB value is (50,50,41). Sum of RGB (Red+Green+Blue) = 50+50+41=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 50 - color contains mainly: red, green. Hex color #323229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323229 is #CDCDD6. Grayscale: #313131. Windows color (decimal): -13487575 or 2699826. OLE color: 2699826.

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

Color convert

RGB 50 50 41 -
CMYK 0 0 0.18 0.80
HSL 60º 0.1% 0.18% -
HSV(B) 60º 0.18% 0.2% -
XYZ 2.86 3.12 2.55 -
YUV 48.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 50 50 41 0 0 0.18 0.80 60 0.1 0.18
Hex 32 32 29 0 0 12 50 3C A 12
Octal 62 62 51 0 0 22 120 74 12 22
Binary 110010 110010 101001 0 0 10010 1010000 111100 1010 10010

Color Harmonies of #323229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323229

Black with #323229

Text Example


Text Example

White with #323229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323229; }

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

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

background-color css

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

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

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

border-color css

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

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

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