Html Css Color HEX #350451 Blackcurrant

📋 copy color: '#350451'

red 53 ◦ green 4 ◦ blue 81

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

Shades of Blackcurrant #350451

Tints of Blackcurrant #350451

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.9%

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

R = 38.41%
G = 2.9%
B = 58.7%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#350451 (or 0x350451) is known color: Blackcurrant. HEX triplet: 35, 04 and 51. RGB value is (53,4,81). Sum of RGB (Red+Green+Blue) = 53+4+81=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #350451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350451 is #CAFBAE. Grayscale: #1B1B1B. Windows color (decimal): -13302703 or 5309493. OLE color: 5309493.

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

Color convert

RGB 53 4 81 -
CMYK 0.35 0.95 0 0.68
HSL 278.18º 0.91% 0.17% -
HSV(B) 278.18º 0.95% 0.32% -
XYZ 3 1.44 7.9 -
YUV 27.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 53 4 81 0.35 0.95 0 0.68 278.18 0.91 0.17
Hex 35 4 51 23 5F 0 44 116 5B 11
Octal 65 4 121 43 137 0 104 426 133 21
Binary 110101 100 1010001 100011 1011111 0 1000100 100010110 1011011 10001

Color Harmonies of #350451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350451

Black with #350451

Text Example


Text Example

White with #350451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350451; }

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

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

background-color css

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

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

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

border-color css

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

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

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