Html Css Color HEX #351C42 Blackcurrant

📋 copy color: '#351C42'

red 53 ◦ green 28 ◦ blue 66

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

Shades of Blackcurrant #351C42

Tints of Blackcurrant #351C42

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.05%

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

R = 36.05%
G = 19.05%
B = 44.9%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#351C42 (or 0x351C42) is known color: Blackcurrant. HEX triplet: 35, 1C and 42. RGB value is (53,28,66). Sum of RGB (Red+Green+Blue) = 53+28+66=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 66 - color contains mainly: blue. Hex color #351C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C42 is #CAE3BD. Grayscale: #272727. Windows color (decimal): -13296574 or 4332597. OLE color: 4332597.

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

Color convert

RGB 53 28 66 -
CMYK 0.20 0.58 0 0.74
HSL 279.47º 0.4% 0.18% -
HSV(B) 279.47º 0.58% 0.26% -
XYZ 2.87 1.98 5.39 -
YUV 39.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 53 28 66 0.20 0.58 0 0.74 279.47 0.4 0.18
Hex 35 1C 42 14 3A 0 4A 117 28 12
Octal 65 34 102 24 72 0 112 427 50 22
Binary 110101 11100 1000010 10100 111010 0 1001010 100010111 101000 10010

Color Harmonies of #351C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351C42

Black with #351C42

Text Example


Text Example

White with #351C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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