Html Css Color HEX #350148 Blackcurrant

📋 copy color: '#350148'

red 53 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #350148

Tints of Blackcurrant #350148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.79%

 BLUE value IS 72 (28.52% from 255) = 57.14%

R = 42.06%
G = 0.79%
B = 57.14%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#350148 (or 0x350148) is known color: Blackcurrant. HEX triplet: 35, 01 and 48. RGB value is (53,1,72). Sum of RGB (Red+Green+Blue) = 53+1+72=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #350148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350148 is #CAFEB7. Grayscale: #181818. Windows color (decimal): -13303480 or 4718901. OLE color: 4718901.

HSL color Cylindrical-coordinate representation of color #350148: hue angle of 283.94º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #350148 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 1 72 -
CMYK 0.26 0.99 0 0.72
HSL 283.94º 0.97% 0.14% -
HSV(B) 283.94º 0.99% 0.28% -
XYZ 2.65 1.25 6.23 -
YUV 24.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 53 1 72 0.26 0.99 0 0.72 283.94 0.97 0.14
Hex 35 1 48 1A 63 0 48 11C 61 E
Octal 65 1 110 32 143 0 110 434 141 16
Binary 110101 1 1001000 11010 1100011 0 1001000 100011100 1100001 1110

Color Harmonies of #350148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350148

Black with #350148

Text Example


Text Example

White with #350148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350148; }

 p { color: rgb(53,1,72); }

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

background-color css

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

 a { background-color: rgb(53,1,72); }

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

border-color css

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

 span { border-color: rgb(53,1,72); }

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