Html Css Color HEX #322B35 Blackcurrant

📋 copy color: '#322B35'

red 50 ◦ green 43 ◦ blue 53

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

Shades of Blackcurrant #322B35

Tints of Blackcurrant #322B35

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.45%

 BLUE value IS 53 (21.09% from 255) = 36.3%

R = 34.25%
G = 29.45%
B = 36.3%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#322B35 (or 0x322B35) is known color: Blackcurrant. HEX triplet: 32, 2B and 35. RGB value is (50,43,53). Sum of RGB (Red+Green+Blue) = 50+43+53=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 53 - color contains mainly: blue. Hex color #322B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B35 is #CDD4CA. Grayscale: #2E2E2E. Windows color (decimal): -13489355 or 3484466. OLE color: 3484466.

HSL color Cylindrical-coordinate representation of color #322B35: hue angle of 282º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #322B35 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 50 43 53 -
CMYK 0.06 0.19 0 0.79
HSL 282º 0.1% 0.19% -
HSV(B) 282º 0.19% 0.21% -
XYZ 2.82 2.66 3.73 -
YUV 46.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 50 43 53 0.06 0.19 0 0.79 282 0.1 0.19
Hex 32 2B 35 6 13 0 4F 11A A 13
Octal 62 53 65 6 23 0 117 432 12 23
Binary 110010 101011 110101 110 10011 0 1001111 100011010 1010 10011

Color Harmonies of #322B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322B35

Black with #322B35

Text Example


Text Example

White with #322B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322B35; }

 p { color: rgb(50,43,53); }

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

background-color css

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

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

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

border-color css

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

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

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