Html Css Color HEX #350948 Blackcurrant

📋 copy color: '#350948'

red 53 ◦ green 9 ◦ blue 72

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

Shades of Blackcurrant #350948

Tints of Blackcurrant #350948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.72%

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

R = 39.55%
G = 6.72%
B = 53.73%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#350948 (or 0x350948) is known color: Blackcurrant. HEX triplet: 35, 09 and 48. RGB value is (53,9,72). Sum of RGB (Red+Green+Blue) = 53+9+72=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 72 (28.52% from 255 or 53.73% from 134); Max value from RGB is 72 - color contains mainly: blue. Hex color #350948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350948 is #CAF6B7. Grayscale: #1D1D1D. Windows color (decimal): -13301432 or 4720949. OLE color: 4720949.

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

Color convert

RGB 53 9 72 -
CMYK 0.26 0.88 0 0.72
HSL 281.9º 0.78% 0.16% -
HSV(B) 281.9º 0.88% 0.28% -
XYZ 2.74 1.42 6.26 -
YUV 29.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 53 9 72 0.26 0.88 0 0.72 281.9 0.78 0.16
Hex 35 9 48 1A 58 0 48 11A 4E 10
Octal 65 11 110 32 130 0 110 432 116 20
Binary 110101 1001 1001000 11010 1011000 0 1001000 100011010 1001110 10000

Color Harmonies of #350948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350948

Black with #350948

Text Example


Text Example

White with #350948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350948; }

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

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

background-color css

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

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

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

border-color css

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

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

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