Html Css Color HEX #350448 Blackcurrant

📋 copy color: '#350448'

red 53 ◦ green 4 ◦ blue 72

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

Shades of Blackcurrant #350448

Tints of Blackcurrant #350448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.1%

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

R = 41.09%
G = 3.1%
B = 55.81%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#350448 (or 0x350448) is known color: Blackcurrant. HEX triplet: 35, 04 and 48. RGB value is (53,4,72). Sum of RGB (Red+Green+Blue) = 53+4+72=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #350448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350448 is #CAFBB7. Grayscale: #1A1A1A. Windows color (decimal): -13302712 or 4719669. OLE color: 4719669.

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

Color convert

RGB 53 4 72 -
CMYK 0.26 0.94 0 0.72
HSL 283.24º 0.89% 0.15% -
HSV(B) 283.24º 0.94% 0.28% -
XYZ 2.68 1.31 6.24 -
YUV 26.4 153.73 146.97 -
System Red Green Blue C M Y K H S L
Decimal 53 4 72 0.26 0.94 0 0.72 283.24 0.89 0.15
Hex 35 4 48 1A 5E 0 48 11B 59 F
Octal 65 4 110 32 136 0 110 433 131 17
Binary 110101 100 1001000 11010 1011110 0 1001000 100011011 1011001 1111

Color Harmonies of #350448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350448

Black with #350448

Text Example


Text Example

White with #350448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350448; }

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

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

background-color css

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

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

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

border-color css

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

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

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