Html Css Color HEX #350255 Blackcurrant

📋 copy color: '#350255'

red 53 ◦ green 2 ◦ blue 85

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

Shades of Blackcurrant #350255

Tints of Blackcurrant #350255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 60.71%

R = 37.86%
G = 1.43%
B = 60.71%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#350255 (or 0x350255) is known color: Blackcurrant. HEX triplet: 35, 02 and 55. RGB value is (53,2,85). Sum of RGB (Red+Green+Blue) = 53+2+85=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #350255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350255 is #CAFDAA. Grayscale: #1A1A1A. Windows color (decimal): -13303211 or 5571125. OLE color: 5571125.

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

Color convert

RGB 53 2 85 -
CMYK 0.38 0.98 0 0.67
HSL 276.87º 0.95% 0.17% -
HSV(B) 276.87º 0.98% 0.33% -
XYZ 3.13 1.46 8.71 -
YUV 26.71 160.9 146.75 -
System Red Green Blue C M Y K H S L
Decimal 53 2 85 0.38 0.98 0 0.67 276.87 0.95 0.17
Hex 35 2 55 26 62 0 43 115 5F 11
Octal 65 2 125 46 142 0 103 425 137 21
Binary 110101 10 1010101 100110 1100010 0 1000011 100010101 1011111 10001

Color Harmonies of #350255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350255

Black with #350255

Text Example


Text Example

White with #350255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350255; }

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

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

background-color css

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

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

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

border-color css

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

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

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