Html Css Color HEX #352143 Blackcurrant

📋 copy color: '#352143'

red 53 ◦ green 33 ◦ blue 67

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

Shades of Blackcurrant #352143

Tints of Blackcurrant #352143

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.57%

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

R = 34.64%
G = 21.57%
B = 43.79%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#352143 (or 0x352143) is known color: Blackcurrant. HEX triplet: 35, 21 and 43. RGB value is (53,33,67). Sum of RGB (Red+Green+Blue) = 53+33+67=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 67 (26.56% from 255 or 43.79% from 153); Max value from RGB is 67 - color contains mainly: blue. Hex color #352143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352143 is #CADEBC. Grayscale: #2A2A2A. Windows color (decimal): -13295293 or 4399413. OLE color: 4399413.

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

Color convert

RGB 53 33 67 -
CMYK 0.21 0.51 0 0.74
HSL 275.29º 0.34% 0.2% -
HSV(B) 275.29º 0.51% 0.26% -
XYZ 3.03 2.25 5.59 -
YUV 42.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 53 33 67 0.21 0.51 0 0.74 275.29 0.34 0.2
Hex 35 21 43 15 33 0 4A 113 22 14
Octal 65 41 103 25 63 0 112 423 42 24
Binary 110101 100001 1000011 10101 110011 0 1001010 100010011 100010 10100

Color Harmonies of #352143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352143

Black with #352143

Text Example


Text Example

White with #352143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352143; }

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

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

background-color css

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

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

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

border-color css

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

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

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