Html Css Color HEX #350552 Blackcurrant

📋 copy color: '#350552'

red 53 ◦ green 5 ◦ blue 82

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

Shades of Blackcurrant #350552

Tints of Blackcurrant #350552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.57%

 BLUE value IS 82 (32.42% from 255) = 58.57%

R = 37.86%
G = 3.57%
B = 58.57%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#350552 (or 0x350552) is known color: Blackcurrant. HEX triplet: 35, 05 and 52. RGB value is (53,5,82). Sum of RGB (Red+Green+Blue) = 53+5+82=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #350552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350552 is #CAFAAD. Grayscale: #1B1B1B. Windows color (decimal): -13302446 or 5375285. OLE color: 5375285.

HSL color Cylindrical-coordinate representation of color #350552: hue angle of 277.4º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350552 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 5 82 -
CMYK 0.35 0.94 0 0.68
HSL 277.4º 0.89% 0.17% -
HSV(B) 277.4º 0.94% 0.32% -
XYZ 3.05 1.47 8.11 -
YUV 28.13 158.4 145.74 -
System Red Green Blue C M Y K H S L
Decimal 53 5 82 0.35 0.94 0 0.68 277.4 0.89 0.17
Hex 35 5 52 23 5E 0 44 115 59 11
Octal 65 5 122 43 136 0 104 425 131 21
Binary 110101 101 1010010 100011 1011110 0 1000100 100010101 1011001 10001

Color Harmonies of #350552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350552

Black with #350552

Text Example


Text Example

White with #350552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350552; }

 p { color: rgb(53,5,82); }

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

background-color css

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

 a { background-color: rgb(53,5,82); }

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

border-color css

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

 span { border-color: rgb(53,5,82); }

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