Html Css Color HEX #350651 Blackcurrant

📋 copy color: '#350651'

red 53 ◦ green 6 ◦ blue 81

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

Shades of Blackcurrant #350651

Tints of Blackcurrant #350651

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.29%

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

R = 37.86%
G = 4.29%
B = 57.86%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#350651 (or 0x350651) is known color: Blackcurrant. HEX triplet: 35, 06 and 51. RGB value is (53,6,81). Sum of RGB (Red+Green+Blue) = 53+6+81=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #350651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350651 is #CAF9AE. Grayscale: #1C1C1C. Windows color (decimal): -13302191 or 5310005. OLE color: 5310005.

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

Color convert

RGB 53 6 81 -
CMYK 0.35 0.93 0 0.68
HSL 277.6º 0.86% 0.17% -
HSV(B) 277.6º 0.93% 0.32% -
XYZ 3.02 1.48 7.91 -
YUV 28.6 157.57 145.4 -
System Red Green Blue C M Y K H S L
Decimal 53 6 81 0.35 0.93 0 0.68 277.6 0.86 0.17
Hex 35 6 51 23 5D 0 44 116 56 11
Octal 65 6 121 43 135 0 104 426 126 21
Binary 110101 110 1010001 100011 1011101 0 1000100 100010110 1010110 10001

Color Harmonies of #350651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350651

Black with #350651

Text Example


Text Example

White with #350651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350651; }

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

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

background-color css

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

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

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

border-color css

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

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

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