Html Css Color HEX #351943 Blackcurrant

📋 copy color: '#351943'

red 53 ◦ green 25 ◦ blue 67

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

Shades of Blackcurrant #351943

Tints of Blackcurrant #351943

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.24%

 BLUE value IS 67 (26.56% from 255) = 46.21%

R = 36.55%
G = 17.24%
B = 46.21%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#351943 (or 0x351943) is known color: Blackcurrant. HEX triplet: 35, 19 and 43. RGB value is (53,25,67). Sum of RGB (Red+Green+Blue) = 53+25+67=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 67 - color contains mainly: blue. Hex color #351943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351943 is #CAE6BC. Grayscale: #262626. Windows color (decimal): -13297341 or 4397365. OLE color: 4397365.

HSL color Cylindrical-coordinate representation of color #351943: hue angle of 280º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #351943 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 25 67 -
CMYK 0.21 0.63 0 0.74
HSL 280º 0.46% 0.18% -
HSV(B) 280º 0.63% 0.26% -
XYZ 2.83 1.86 5.52 -
YUV 38.16 144.28 138.58 -
System Red Green Blue C M Y K H S L
Decimal 53 25 67 0.21 0.63 0 0.74 280 0.46 0.18
Hex 35 19 43 15 3F 0 4A 118 2E 12
Octal 65 31 103 25 77 0 112 430 56 22
Binary 110101 11001 1000011 10101 111111 0 1001010 100011000 101110 10010

Color Harmonies of #351943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351943

Black with #351943

Text Example


Text Example

White with #351943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351943; }

 p { color: rgb(53,25,67); }

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

background-color css

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

 a { background-color: rgb(53,25,67); }

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

border-color css

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

 span { border-color: rgb(53,25,67); }

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