Html Css Color HEX #351D42 Blackcurrant

📋 copy color: '#351D42'

red 53 ◦ green 29 ◦ blue 66

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

Shades of Blackcurrant #351D42

Tints of Blackcurrant #351D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 44.59%

R = 35.81%
G = 19.59%
B = 44.59%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#351D42 (or 0x351D42) is known color: Blackcurrant. HEX triplet: 35, 1D and 42. RGB value is (53,29,66). Sum of RGB (Red+Green+Blue) = 53+29+66=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 66 (26.17% from 255 or 44.59% from 148); Max value from RGB is 66 - color contains mainly: blue. Hex color #351D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D42 is #CAE2BD. Grayscale: #282828. Windows color (decimal): -13296318 or 4332853. OLE color: 4332853.

HSL color Cylindrical-coordinate representation of color #351D42: hue angle of 278.92º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #351D42 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 29 66 -
CMYK 0.20 0.56 0 0.74
HSL 278.92º 0.39% 0.19% -
HSV(B) 278.92º 0.56% 0.26% -
XYZ 2.89 2.03 5.39 -
YUV 40.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 53 29 66 0.20 0.56 0 0.74 278.92 0.39 0.19
Hex 35 1D 42 14 38 0 4A 117 27 13
Octal 65 35 102 24 70 0 112 427 47 23
Binary 110101 11101 1000010 10100 111000 0 1001010 100010111 100111 10011

Color Harmonies of #351D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D42

Black with #351D42

Text Example


Text Example

White with #351D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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