Html Css Color HEX #351451 Blackcurrant

📋 copy color: '#351451'

red 53 ◦ green 20 ◦ blue 81

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

Shades of Blackcurrant #351451

Tints of Blackcurrant #351451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.99%

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

R = 34.42%
G = 12.99%
B = 52.6%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#351451 (or 0x351451) is known color: Blackcurrant. HEX triplet: 35, 14 and 51. RGB value is (53,20,81). Sum of RGB (Red+Green+Blue) = 53+20+81=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #351451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351451 is #CAEBAE. Grayscale: #242424. Windows color (decimal): -13298607 or 5313589. OLE color: 5313589.

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

Color convert

RGB 53 20 81 -
CMYK 0.35 0.75 0 0.68
HSL 272.46º 0.6% 0.2% -
HSV(B) 272.46º 0.75% 0.32% -
XYZ 3.2 1.85 7.97 -
YUV 36.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 53 20 81 0.35 0.75 0 0.68 272.46 0.6 0.2
Hex 35 14 51 23 4B 0 44 110 3C 14
Octal 65 24 121 43 113 0 104 420 74 24
Binary 110101 10100 1010001 100011 1001011 0 1000100 100010000 111100 10100

Color Harmonies of #351451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351451

Black with #351451

Text Example


Text Example

White with #351451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351451; }

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

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

background-color css

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

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

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

border-color css

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

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

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