Html Css Color HEX #351448 Blackcurrant

📋 copy color: '#351448'

red 53 ◦ green 20 ◦ blue 72

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

Shades of Blackcurrant #351448

Tints of Blackcurrant #351448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.79%

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

R = 36.55%
G = 13.79%
B = 49.66%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#351448 (or 0x351448) is known color: Blackcurrant. HEX triplet: 35, 14 and 48. RGB value is (53,20,72). Sum of RGB (Red+Green+Blue) = 53+20+72=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #351448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351448 is #CAEBB7. Grayscale: #232323. Windows color (decimal): -13298616 or 4723765. OLE color: 4723765.

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

Color convert

RGB 53 20 72 -
CMYK 0.26 0.72 0 0.72
HSL 278.08º 0.57% 0.18% -
HSV(B) 278.08º 0.72% 0.28% -
XYZ 2.89 1.73 6.31 -
YUV 35.8 148.43 140.27 -
System Red Green Blue C M Y K H S L
Decimal 53 20 72 0.26 0.72 0 0.72 278.08 0.57 0.18
Hex 35 14 48 1A 48 0 48 116 39 12
Octal 65 24 110 32 110 0 110 426 71 22
Binary 110101 10100 1001000 11010 1001000 0 1001000 100010110 111001 10010

Color Harmonies of #351448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351448

Black with #351448

Text Example


Text Example

White with #351448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351448; }

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

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

background-color css

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

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

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

border-color css

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

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

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