Html Css Color HEX #350251 Blackcurrant

📋 copy color: '#350251'

red 53 ◦ green 2 ◦ blue 81

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

Shades of Blackcurrant #350251

Tints of Blackcurrant #350251

RGB

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

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

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

R = 38.97%
G = 1.47%
B = 59.56%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#350251 (or 0x350251) is known color: Blackcurrant. HEX triplet: 35, 02 and 51. RGB value is (53,2,81). Sum of RGB (Red+Green+Blue) = 53+2+81=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #350251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350251 is #CAFDAE. Grayscale: #191919. Windows color (decimal): -13303215 or 5308981. OLE color: 5308981.

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

Color convert

RGB 53 2 81 -
CMYK 0.35 0.98 0 0.68
HSL 278.73º 0.95% 0.16% -
HSV(B) 278.73º 0.98% 0.32% -
XYZ 2.98 1.39 7.9 -
YUV 26.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 53 2 81 0.35 0.98 0 0.68 278.73 0.95 0.16
Hex 35 2 51 23 62 0 44 117 5F 10
Octal 65 2 121 43 142 0 104 427 137 20
Binary 110101 10 1010001 100011 1100010 0 1000100 100010111 1011111 10000

Color Harmonies of #350251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350251

Black with #350251

Text Example


Text Example

White with #350251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350251; }

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

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

background-color css

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

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

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

border-color css

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

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

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