Html Css Color HEX #351D46 Blackcurrant

📋 copy color: '#351D46'

red 53 ◦ green 29 ◦ blue 70

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

Shades of Blackcurrant #351D46

Tints of Blackcurrant #351D46

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.08%

 BLUE value IS 70 (27.73% from 255) = 46.05%

R = 34.87%
G = 19.08%
B = 46.05%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#351D46 (or 0x351D46) is known color: Blackcurrant. HEX triplet: 35, 1D and 46. RGB value is (53,29,70). Sum of RGB (Red+Green+Blue) = 53+29+70=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 70 (27.73% from 255 or 46.05% from 152); Max value from RGB is 70 - color contains mainly: blue. Hex color #351D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D46 is #CAE2B9. Grayscale: #282828. Windows color (decimal): -13296314 or 4594997. OLE color: 4594997.

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

Color convert

RGB 53 29 70 -
CMYK 0.24 0.59 0 0.73
HSL 275.12º 0.41% 0.19% -
HSV(B) 275.12º 0.59% 0.27% -
XYZ 3.01 2.08 6.04 -
YUV 40.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 53 29 70 0.24 0.59 0 0.73 275.12 0.41 0.19
Hex 35 1D 46 18 3B 0 49 113 29 13
Octal 65 35 106 30 73 0 111 423 51 23
Binary 110101 11101 1000110 11000 111011 0 1001001 100010011 101001 10011

Color Harmonies of #351D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D46

Black with #351D46

Text Example


Text Example

White with #351D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,29,70); }

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

background-color css

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

 a { background-color: rgb(53,29,70); }

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

border-color css

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

 span { border-color: rgb(53,29,70); }

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