Html Css Color HEX #352441 Blackcurrant

📋 copy color: '#352441'

red 53 ◦ green 36 ◦ blue 65

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

Shades of Blackcurrant #352441

Tints of Blackcurrant #352441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.38%

 BLUE value IS 65 (25.78% from 255) = 42.21%

R = 34.42%
G = 23.38%
B = 42.21%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#352441 (or 0x352441) is known color: Blackcurrant. HEX triplet: 35, 24 and 41. RGB value is (53,36,65). Sum of RGB (Red+Green+Blue) = 53+36+65=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 65 - color contains mainly: blue. Hex color #352441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352441 is #CADBBE. Grayscale: #2C2C2C. Windows color (decimal): -13294527 or 4269109. OLE color: 4269109.

HSL color Cylindrical-coordinate representation of color #352441: hue angle of 275.17º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #352441 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 36 65 -
CMYK 0.18 0.45 0 0.75
HSL 275.17º 0.29% 0.2% -
HSV(B) 275.17º 0.45% 0.25% -
XYZ 3.05 2.4 5.3 -
YUV 44.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 53 36 65 0.18 0.45 0 0.75 275.17 0.29 0.2
Hex 35 24 41 12 2D 0 4B 113 1D 14
Octal 65 44 101 22 55 0 113 423 35 24
Binary 110101 100100 1000001 10010 101101 0 1001011 100010011 11101 10100

Color Harmonies of #352441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352441

Black with #352441

Text Example


Text Example

White with #352441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352441; }

 p { color: rgb(53,36,65); }

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

background-color css

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

 a { background-color: rgb(53,36,65); }

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

border-color css

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

 span { border-color: rgb(53,36,65); }

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