Html Css Color HEX #351248 Blackcurrant

📋 copy color: '#351248'

red 53 ◦ green 18 ◦ blue 72

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

Shades of Blackcurrant #351248

Tints of Blackcurrant #351248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.59%

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

R = 37.06%
G = 12.59%
B = 50.35%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#351248 (or 0x351248) is known color: Blackcurrant. HEX triplet: 35, 12 and 48. RGB value is (53,18,72). Sum of RGB (Red+Green+Blue) = 53+18+72=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #351248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351248 is #CAEDB7. Grayscale: #222222. Windows color (decimal): -13299128 or 4723253. OLE color: 4723253.

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

Color convert

RGB 53 18 72 -
CMYK 0.26 0.75 0 0.72
HSL 278.89º 0.6% 0.18% -
HSV(B) 278.89º 0.75% 0.28% -
XYZ 2.85 1.66 6.3 -
YUV 34.62 149.1 141.11 -
System Red Green Blue C M Y K H S L
Decimal 53 18 72 0.26 0.75 0 0.72 278.89 0.6 0.18
Hex 35 12 48 1A 4B 0 48 117 3C 12
Octal 65 22 110 32 113 0 110 427 74 22
Binary 110101 10010 1001000 11010 1001011 0 1001000 100010111 111100 10010

Color Harmonies of #351248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351248

Black with #351248

Text Example


Text Example

White with #351248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351248; }

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

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

background-color css

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

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

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

border-color css

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

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

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