Html Css Color HEX #350258 Blackcurrant

📋 copy color: '#350258'

red 53 ◦ green 2 ◦ blue 88

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

Shades of Blackcurrant #350258

Tints of Blackcurrant #350258

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.4%

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

R = 37.06%
G = 1.4%
B = 61.54%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#350258 (or 0x350258) is known color: Blackcurrant. HEX triplet: 35, 02 and 58. RGB value is (53,2,88). Sum of RGB (Red+Green+Blue) = 53+2+88=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #350258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350258 is #CAFDA7. Grayscale: #1A1A1A. Windows color (decimal): -13303208 or 5767733. OLE color: 5767733.

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

Color convert

RGB 53 2 88 -
CMYK 0.40 0.98 0 0.65
HSL 275.58º 0.96% 0.18% -
HSV(B) 275.58º 0.98% 0.35% -
XYZ 3.25 1.5 9.35 -
YUV 27.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 53 2 88 0.40 0.98 0 0.65 275.58 0.96 0.18
Hex 35 2 58 28 62 0 41 114 60 12
Octal 65 2 130 50 142 0 101 424 140 22
Binary 110101 10 1011000 101000 1100010 0 1000001 100010100 1100000 10010

Color Harmonies of #350258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350258

Black with #350258

Text Example


Text Example

White with #350258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350258; }

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

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

background-color css

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

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

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

border-color css

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

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

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