Html Css Color HEX #351A45 Blackcurrant

📋 copy color: '#351A45'

red 53 ◦ green 26 ◦ blue 69

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

Shades of Blackcurrant #351A45

Tints of Blackcurrant #351A45

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.57%

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

R = 35.81%
G = 17.57%
B = 46.62%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#351A45 (or 0x351A45) is known color: Blackcurrant. HEX triplet: 35, 1A and 45. RGB value is (53,26,69). Sum of RGB (Red+Green+Blue) = 53+26+69=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 69 - color contains mainly: blue. Hex color #351A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A45 is #CAE5BA. Grayscale: #262626. Windows color (decimal): -13297083 or 4528693. OLE color: 4528693.

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

Color convert

RGB 53 26 69 -
CMYK 0.23 0.62 0 0.73
HSL 277.67º 0.45% 0.19% -
HSV(B) 277.67º 0.62% 0.27% -
XYZ 2.91 1.93 5.85 -
YUV 38.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 53 26 69 0.23 0.62 0 0.73 277.67 0.45 0.19
Hex 35 1A 45 17 3E 0 49 116 2D 13
Octal 65 32 105 27 76 0 111 426 55 23
Binary 110101 11010 1000101 10111 111110 0 1001001 100010110 101101 10011

Color Harmonies of #351A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351A45

Black with #351A45

Text Example


Text Example

White with #351A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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