Html Css Color HEX #351543 Blackcurrant

📋 copy color: '#351543'

red 53 ◦ green 21 ◦ blue 67

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

Shades of Blackcurrant #351543

Tints of Blackcurrant #351543

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

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

R = 37.59%
G = 14.89%
B = 47.52%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#351543 (or 0x351543) is known color: Blackcurrant. HEX triplet: 35, 15 and 43. RGB value is (53,21,67). Sum of RGB (Red+Green+Blue) = 53+21+67=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 67 (26.56% from 255 or 47.52% from 141); Max value from RGB is 67 - color contains mainly: blue. Hex color #351543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351543 is #CAEABC. Grayscale: #232323. Windows color (decimal): -13298365 or 4396341. OLE color: 4396341.

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

Color convert

RGB 53 21 67 -
CMYK 0.21 0.69 0 0.74
HSL 281.74º 0.52% 0.17% -
HSV(B) 281.74º 0.69% 0.26% -
XYZ 2.75 1.7 5.49 -
YUV 35.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 53 21 67 0.21 0.69 0 0.74 281.74 0.52 0.17
Hex 35 15 43 15 45 0 4A 11A 34 11
Octal 65 25 103 25 105 0 112 432 64 21
Binary 110101 10101 1000011 10101 1000101 0 1001010 100011010 110100 10001

Color Harmonies of #351543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351543

Black with #351543

Text Example


Text Example

White with #351543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351543; }

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

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

background-color css

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

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

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

border-color css

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

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

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