Html Css Color HEX #351E45 Blackcurrant

📋 copy color: '#351E45'

red 53 ◦ green 30 ◦ blue 69

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

Shades of Blackcurrant #351E45

Tints of Blackcurrant #351E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 45.39%

R = 34.87%
G = 19.74%
B = 45.39%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#351E45 (or 0x351E45) is known color: Blackcurrant. HEX triplet: 35, 1E and 45. RGB value is (53,30,69). Sum of RGB (Red+Green+Blue) = 53+30+69=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 69 (27.34% from 255 or 45.39% from 152); Max value from RGB is 69 - color contains mainly: blue. Hex color #351E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E45 is #CAE1BA. Grayscale: #292929. Windows color (decimal): -13296059 or 4529717. OLE color: 4529717.

HSL color Cylindrical-coordinate representation of color #351E45: hue angle of 275.38º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #351E45 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 30 69 -
CMYK 0.23 0.57 0 0.73
HSL 275.38º 0.39% 0.19% -
HSV(B) 275.38º 0.57% 0.27% -
XYZ 3.01 2.12 5.88 -
YUV 41.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 53 30 69 0.23 0.57 0 0.73 275.38 0.39 0.19
Hex 35 1E 45 17 39 0 49 113 27 13
Octal 65 36 105 27 71 0 111 423 47 23
Binary 110101 11110 1000101 10111 111001 0 1001001 100010011 100111 10011

Color Harmonies of #351E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E45

Black with #351E45

Text Example


Text Example

White with #351E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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