Html Css Color HEX #352242 Blackcurrant

📋 copy color: '#352242'

red 53 ◦ green 34 ◦ blue 66

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

Shades of Blackcurrant #352242

Tints of Blackcurrant #352242

RGB

 RED value IS 53 (21.09% from 255) = 34.64%

 GREEN value IS 34 (13.67% from 255) = 22.22%

 BLUE value IS 66 (26.17% from 255) = 43.14%

R = 34.64%
G = 22.22%
B = 43.14%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#352242 (or 0x352242) is known color: Blackcurrant. HEX triplet: 35, 22 and 42. RGB value is (53,34,66). Sum of RGB (Red+Green+Blue) = 53+34+66=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 66 - color contains mainly: blue. Hex color #352242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352242 is #CADDBD. Grayscale: #2B2B2B. Windows color (decimal): -13295038 or 4334133. OLE color: 4334133.

HSL color Cylindrical-coordinate representation of color #352242: hue angle of 275.62º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #352242 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 34 66 -
CMYK 0.20 0.48 0 0.74
HSL 275.63º 0.32% 0.2% -
HSV(B) 275.63º 0.48% 0.26% -
XYZ 3.02 2.29 5.44 -
YUV 43.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 53 34 66 0.20 0.48 0 0.74 275.63 0.32 0.2
Hex 35 22 42 14 30 0 4A 114 20 14
Octal 65 42 102 24 60 0 112 424 40 24
Binary 110101 100010 1000010 10100 110000 0 1001010 100010100 100000 10100

Color Harmonies of #352242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352242

Black with #352242

Text Example


Text Example

White with #352242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352242; }

 p { color: rgb(53,34,66); }

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

background-color css

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

 a { background-color: rgb(53,34,66); }

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

border-color css

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

 span { border-color: rgb(53,34,66); }

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