Html Css Color HEX #351948 Blackcurrant

📋 copy color: '#351948'

red 53 ◦ green 25 ◦ blue 72

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

Shades of Blackcurrant #351948

Tints of Blackcurrant #351948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.67%

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

R = 35.33%
G = 16.67%
B = 48%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#351948 (or 0x351948) is known color: Blackcurrant. HEX triplet: 35, 19 and 48. RGB value is (53,25,72). Sum of RGB (Red+Green+Blue) = 53+25+72=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #351948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351948 is #CAE6B7. Grayscale: #262626. Windows color (decimal): -13297336 or 4725045. OLE color: 4725045.

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

Color convert

RGB 53 25 72 -
CMYK 0.26 0.65 0 0.72
HSL 275.74º 0.48% 0.19% -
HSV(B) 275.74º 0.65% 0.28% -
XYZ 2.99 1.92 6.34 -
YUV 38.73 146.78 138.18 -
System Red Green Blue C M Y K H S L
Decimal 53 25 72 0.26 0.65 0 0.72 275.74 0.48 0.19
Hex 35 19 48 1A 41 0 48 114 30 13
Octal 65 31 110 32 101 0 110 424 60 23
Binary 110101 11001 1001000 11010 1000001 0 1001000 100010100 110000 10011

Color Harmonies of #351948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351948

Black with #351948

Text Example


Text Example

White with #351948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351948; }

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

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

background-color css

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

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

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

border-color css

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

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

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