Html Css Color HEX #352043 Blackcurrant

📋 copy color: '#352043'

red 53 ◦ green 32 ◦ blue 67

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

Shades of Blackcurrant #352043

Tints of Blackcurrant #352043

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.05%

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

R = 34.87%
G = 21.05%
B = 44.08%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#352043 (or 0x352043) is known color: Blackcurrant. HEX triplet: 35, 20 and 43. RGB value is (53,32,67). Sum of RGB (Red+Green+Blue) = 53+32+67=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 67 (26.56% from 255 or 44.08% from 152); Max value from RGB is 67 - color contains mainly: blue. Hex color #352043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352043 is #CADFBC. Grayscale: #2A2A2A. Windows color (decimal): -13295549 or 4399157. OLE color: 4399157.

HSL color Cylindrical-coordinate representation of color #352043: hue angle of 276º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #352043 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 32 67 -
CMYK 0.21 0.52 0 0.74
HSL 276º 0.35% 0.19% -
HSV(B) 276º 0.52% 0.26% -
XYZ 3 2.2 5.58 -
YUV 42.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 53 32 67 0.21 0.52 0 0.74 276 0.35 0.19
Hex 35 20 43 15 34 0 4A 114 23 13
Octal 65 40 103 25 64 0 112 424 43 23
Binary 110101 100000 1000011 10101 110100 0 1001010 100010100 100011 10011

Color Harmonies of #352043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352043

Black with #352043

Text Example


Text Example

White with #352043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352043; }

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

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

background-color css

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

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

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

border-color css

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

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

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