Html Css Color HEX #351148 Blackcurrant

📋 copy color: '#351148'

red 53 ◦ green 17 ◦ blue 72

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

Shades of Blackcurrant #351148

Tints of Blackcurrant #351148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.97%

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

R = 37.32%
G = 11.97%
B = 50.7%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#351148 (or 0x351148) is known color: Blackcurrant. HEX triplet: 35, 11 and 48. RGB value is (53,17,72). Sum of RGB (Red+Green+Blue) = 53+17+72=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #351148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351148 is #CAEEB7. Grayscale: #212121. Windows color (decimal): -13299384 or 4722997. OLE color: 4722997.

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

Color convert

RGB 53 17 72 -
CMYK 0.26 0.76 0 0.72
HSL 279.27º 0.62% 0.17% -
HSV(B) 279.27º 0.76% 0.28% -
XYZ 2.84 1.63 6.3 -
YUV 34.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 53 17 72 0.26 0.76 0 0.72 279.27 0.62 0.17
Hex 35 11 48 1A 4C 0 48 117 3E 11
Octal 65 21 110 32 114 0 110 427 76 21
Binary 110101 10001 1001000 11010 1001100 0 1001000 100010111 111110 10001

Color Harmonies of #351148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351148

Black with #351148

Text Example


Text Example

White with #351148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351148; }

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

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

background-color css

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

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

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

border-color css

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

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

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