Html Css Color HEX #350358 Blackcurrant

📋 copy color: '#350358'

red 53 ◦ green 3 ◦ blue 88

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

Shades of Blackcurrant #350358

Tints of Blackcurrant #350358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.08%

 BLUE value IS 88 (34.77% from 255) = 61.11%

R = 36.81%
G = 2.08%
B = 61.11%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#350358 (or 0x350358) is known color: Blackcurrant. HEX triplet: 35, 03 and 58. RGB value is (53,3,88). Sum of RGB (Red+Green+Blue) = 53+3+88=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #350358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350358 is #CAFCA7. Grayscale: #1B1B1B. Windows color (decimal): -13302952 or 5767989. OLE color: 5767989.

HSL color Cylindrical-coordinate representation of color #350358: hue angle of 275.29º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #350358 is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 3 88 -
CMYK 0.40 0.97 0 0.65
HSL 275.29º 0.93% 0.18% -
HSV(B) 275.29º 0.97% 0.35% -
XYZ 3.26 1.53 9.36 -
YUV 27.64 162.07 146.09 -
System Red Green Blue C M Y K H S L
Decimal 53 3 88 0.40 0.97 0 0.65 275.29 0.93 0.18
Hex 35 3 58 28 61 0 41 113 5D 12
Octal 65 3 130 50 141 0 101 423 135 22
Binary 110101 11 1011000 101000 1100001 0 1000001 100010011 1011101 10010

Color Harmonies of #350358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350358

Black with #350358

Text Example


Text Example

White with #350358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350358; }

 p { color: rgb(53,3,88); }

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

background-color css

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

 a { background-color: rgb(53,3,88); }

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

border-color css

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

 span { border-color: rgb(53,3,88); }

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