Html Css Color HEX #352342 Blackcurrant

📋 copy color: '#352342'

red 53 ◦ green 35 ◦ blue 66

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

Shades of Blackcurrant #352342

Tints of Blackcurrant #352342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.73%

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

R = 34.42%
G = 22.73%
B = 42.86%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#352342 (or 0x352342) is known color: Blackcurrant. HEX triplet: 35, 23 and 42. RGB value is (53,35,66). Sum of RGB (Red+Green+Blue) = 53+35+66=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 66 - color contains mainly: blue. Hex color #352342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352342 is #CADCBD. Grayscale: #2B2B2B. Windows color (decimal): -13294782 or 4334389. OLE color: 4334389.

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

Color convert

RGB 53 35 66 -
CMYK 0.20 0.47 0 0.74
HSL 274.84º 0.31% 0.2% -
HSV(B) 274.84º 0.47% 0.26% -
XYZ 3.05 2.35 5.45 -
YUV 43.92 140.46 134.48 -
System Red Green Blue C M Y K H S L
Decimal 53 35 66 0.20 0.47 0 0.74 274.84 0.31 0.2
Hex 35 23 42 14 2F 0 4A 113 1F 14
Octal 65 43 102 24 57 0 112 423 37 24
Binary 110101 100011 1000010 10100 101111 0 1001010 100010011 11111 10100

Color Harmonies of #352342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352342

Black with #352342

Text Example


Text Example

White with #352342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352342; }

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

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

background-color css

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

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

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

border-color css

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

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

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