Html Css Color HEX #352343 Blackcurrant

📋 copy color: '#352343'

red 53 ◦ green 35 ◦ blue 67

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

Shades of Blackcurrant #352343

Tints of Blackcurrant #352343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 43.23%

R = 34.19%
G = 22.58%
B = 43.23%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#352343 (or 0x352343) is known color: Blackcurrant. HEX triplet: 35, 23 and 43. RGB value is (53,35,67). Sum of RGB (Red+Green+Blue) = 53+35+67=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 67 - color contains mainly: blue. Hex color #352343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352343 is #CADCBC. Grayscale: #2B2B2B. Windows color (decimal): -13294781 or 4399925. OLE color: 4399925.

HSL color Cylindrical-coordinate representation of color #352343: hue angle of 273.75º degrees, saturation: 0.31, 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 #352343 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 35 67 -
CMYK 0.21 0.48 0 0.74
HSL 273.75º 0.31% 0.2% -
HSV(B) 273.75º 0.48% 0.26% -
XYZ 3.08 2.36 5.6 -
YUV 44.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 53 35 67 0.21 0.48 0 0.74 273.75 0.31 0.2
Hex 35 23 43 15 30 0 4A 112 1F 14
Octal 65 43 103 25 60 0 112 422 37 24
Binary 110101 100011 1000011 10101 110000 0 1001010 100010010 11111 10100

Color Harmonies of #352343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352343

Black with #352343

Text Example


Text Example

White with #352343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352343; }

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

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

background-color css

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

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

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

border-color css

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

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

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