Html Css Color HEX #323129 Karaka

📋 copy color: '#323129'

red 50 ◦ green 49 ◦ blue 41

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

Shades of Karaka #323129

Tints of Karaka #323129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35%

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

R = 35.71%
G = 35%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#323129 (or 0x323129) is known color: Karaka. HEX triplet: 32, 31 and 29. RGB value is (50,49,41). Sum of RGB (Red+Green+Blue) = 50+49+41=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 50 - color contains mainly: red. Hex color #323129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323129 is #CDCED6. Grayscale: #303030. Windows color (decimal): -13487831 or 2699570. OLE color: 2699570.

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

Color convert

RGB 50 49 41 -
CMYK 0 0.02 0.18 0.80
HSL 53.33º 0.1% 0.18% -
HSV(B) 53.33º 0.18% 0.2% -
XYZ 2.81 3.03 2.54 -
YUV 48.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 50 49 41 0 0.02 0.18 0.80 53.33 0.1 0.18
Hex 32 31 29 0 2 12 50 35 A 12
Octal 62 61 51 0 2 22 120 65 12 22
Binary 110010 110001 101001 0 10 10010 1010000 110101 1010 10010

Color Harmonies of #323129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323129

Black with #323129

Text Example


Text Example

White with #323129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323129; }

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

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

background-color css

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

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

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

border-color css

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

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

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