Html Css Color HEX #350548 Blackcurrant

📋 copy color: '#350548'

red 53 ◦ green 5 ◦ blue 72

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

Shades of Blackcurrant #350548

Tints of Blackcurrant #350548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.85%

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

R = 40.77%
G = 3.85%
B = 55.38%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#350548 (or 0x350548) is known color: Blackcurrant. HEX triplet: 35, 05 and 48. RGB value is (53,5,72). Sum of RGB (Red+Green+Blue) = 53+5+72=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #350548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350548 is #CAFAB7. Grayscale: #1A1A1A. Windows color (decimal): -13302456 or 4719925. OLE color: 4719925.

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

Color convert

RGB 53 5 72 -
CMYK 0.26 0.93 0 0.72
HSL 282.99º 0.87% 0.15% -
HSV(B) 282.99º 0.93% 0.28% -
XYZ 2.69 1.33 6.25 -
YUV 26.99 153.4 146.55 -
System Red Green Blue C M Y K H S L
Decimal 53 5 72 0.26 0.93 0 0.72 282.99 0.87 0.15
Hex 35 5 48 1A 5D 0 48 11B 57 F
Octal 65 5 110 32 135 0 110 433 127 17
Binary 110101 101 1001000 11010 1011101 0 1001000 100011011 1010111 1111

Color Harmonies of #350548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350548

Black with #350548

Text Example


Text Example

White with #350548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350548; }

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

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

background-color css

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

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

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

border-color css

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

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

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