Html Css Color HEX #350554 Blackcurrant

📋 copy color: '#350554'

red 53 ◦ green 5 ◦ blue 84

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

Shades of Blackcurrant #350554

Tints of Blackcurrant #350554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 59.15%

R = 37.32%
G = 3.52%
B = 59.15%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#350554 (or 0x350554) is known color: Blackcurrant. HEX triplet: 35, 05 and 54. RGB value is (53,5,84). Sum of RGB (Red+Green+Blue) = 53+5+84=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 84 (33.20% from 255 or 59.15% from 142); Max value from RGB is 84 - color contains mainly: blue. Hex color #350554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350554 is #CAFAAB. Grayscale: #1C1C1C. Windows color (decimal): -13302444 or 5506357. OLE color: 5506357.

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

Color convert

RGB 53 5 84 -
CMYK 0.37 0.94 0 0.67
HSL 276.46º 0.89% 0.17% -
HSV(B) 276.46º 0.94% 0.33% -
XYZ 3.12 1.51 8.51 -
YUV 28.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 53 5 84 0.37 0.94 0 0.67 276.46 0.89 0.17
Hex 35 5 54 25 5E 0 43 114 59 11
Octal 65 5 124 45 136 0 103 424 131 21
Binary 110101 101 1010100 100101 1011110 0 1000011 100010100 1011001 10001

Color Harmonies of #350554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350554

Black with #350554

Text Example


Text Example

White with #350554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350554; }

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

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

background-color css

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

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

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

border-color css

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

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

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