Html Css Color HEX #352144 Blackcurrant

📋 copy color: '#352144'

red 53 ◦ green 33 ◦ blue 68

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

Shades of Blackcurrant #352144

Tints of Blackcurrant #352144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 44.16%

R = 34.42%
G = 21.43%
B = 44.16%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#352144 (or 0x352144) is known color: Blackcurrant. HEX triplet: 35, 21 and 44. RGB value is (53,33,68). Sum of RGB (Red+Green+Blue) = 53+33+68=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 68 - color contains mainly: blue. Hex color #352144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352144 is #CADEBB. Grayscale: #2A2A2A. Windows color (decimal): -13295292 or 4464949. OLE color: 4464949.

HSL color Cylindrical-coordinate representation of color #352144: hue angle of 274.29º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #352144 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 33 68 -
CMYK 0.22 0.51 0 0.73
HSL 274.29º 0.35% 0.2% -
HSV(B) 274.29º 0.51% 0.27% -
XYZ 3.06 2.26 5.74 -
YUV 42.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 53 33 68 0.22 0.51 0 0.73 274.29 0.35 0.2
Hex 35 21 44 16 33 0 49 112 23 14
Octal 65 41 104 26 63 0 111 422 43 24
Binary 110101 100001 1000100 10110 110011 0 1001001 100010010 100011 10100

Color Harmonies of #352144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352144

Black with #352144

Text Example


Text Example

White with #352144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352144; }

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

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

background-color css

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

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

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

border-color css

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

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

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