Html Css Color HEX #351E48 Blackcurrant

📋 copy color: '#351E48'

red 53 ◦ green 30 ◦ blue 72

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

Shades of Blackcurrant #351E48

Tints of Blackcurrant #351E48

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.35%

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

R = 34.19%
G = 19.35%
B = 46.45%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#351E48 (or 0x351E48) is known color: Blackcurrant. HEX triplet: 35, 1E and 48. RGB value is (53,30,72). Sum of RGB (Red+Green+Blue) = 53+30+72=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #351E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E48 is #CAE1B7. Grayscale: #292929. Windows color (decimal): -13296056 or 4726325. OLE color: 4726325.

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

Color convert

RGB 53 30 72 -
CMYK 0.26 0.58 0 0.72
HSL 272.86º 0.41% 0.2% -
HSV(B) 272.86º 0.58% 0.28% -
XYZ 3.1 2.15 6.38 -
YUV 41.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 53 30 72 0.26 0.58 0 0.72 272.86 0.41 0.2
Hex 35 1E 48 1A 3A 0 48 111 29 14
Octal 65 36 110 32 72 0 110 421 51 24
Binary 110101 11110 1001000 11010 111010 0 1001000 100010001 101001 10100

Color Harmonies of #351E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E48

Black with #351E48

Text Example


Text Example

White with #351E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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