Html Css Color HEX #350851 Blackcurrant

📋 copy color: '#350851'

red 53 ◦ green 8 ◦ blue 81

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

Shades of Blackcurrant #350851

Tints of Blackcurrant #350851

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.63%

 BLUE value IS 81 (32.03% from 255) = 57.04%

R = 37.32%
G = 5.63%
B = 57.04%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#350851 (or 0x350851) is known color: Blackcurrant. HEX triplet: 35, 08 and 51. RGB value is (53,8,81). Sum of RGB (Red+Green+Blue) = 53+8+81=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #350851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350851 is #CAF7AE. Grayscale: #1D1D1D. Windows color (decimal): -13301679 or 5310517. OLE color: 5310517.

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

Color convert

RGB 53 8 81 -
CMYK 0.35 0.90 0 0.68
HSL 276.99º 0.82% 0.17% -
HSV(B) 276.99º 0.9% 0.32% -
XYZ 3.04 1.52 7.92 -
YUV 29.78 156.91 144.56 -
System Red Green Blue C M Y K H S L
Decimal 53 8 81 0.35 0.90 0 0.68 276.99 0.82 0.17
Hex 35 8 51 23 5A 0 44 115 52 11
Octal 65 10 121 43 132 0 104 425 122 21
Binary 110101 1000 1010001 100011 1011010 0 1000100 100010101 1010010 10001

Color Harmonies of #350851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350851

Black with #350851

Text Example


Text Example

White with #350851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350851; }

 p { color: rgb(53,8,81); }

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

background-color css

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

 a { background-color: rgb(53,8,81); }

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

border-color css

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

 span { border-color: rgb(53,8,81); }

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