Html Css Color HEX #351544 Blackcurrant

📋 copy color: '#351544'

red 53 ◦ green 21 ◦ blue 68

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

Shades of Blackcurrant #351544

Tints of Blackcurrant #351544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 47.89%

R = 37.32%
G = 14.79%
B = 47.89%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#351544 (or 0x351544) is known color: Blackcurrant. HEX triplet: 35, 15 and 44. RGB value is (53,21,68). Sum of RGB (Red+Green+Blue) = 53+21+68=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 68 - color contains mainly: blue. Hex color #351544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351544 is #CAEABB. Grayscale: #232323. Windows color (decimal): -13298364 or 4461877. OLE color: 4461877.

HSL color Cylindrical-coordinate representation of color #351544: hue angle of 280.85º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #351544 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 21 68 -
CMYK 0.22 0.69 0 0.73
HSL 280.85º 0.53% 0.17% -
HSV(B) 280.85º 0.69% 0.27% -
XYZ 2.78 1.71 5.65 -
YUV 35.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 53 21 68 0.22 0.69 0 0.73 280.85 0.53 0.17
Hex 35 15 44 16 45 0 49 119 35 11
Octal 65 25 104 26 105 0 111 431 65 21
Binary 110101 10101 1000100 10110 1000101 0 1001001 100011001 110101 10001

Color Harmonies of #351544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351544

Black with #351544

Text Example


Text Example

White with #351544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351544; }

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

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

background-color css

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

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

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

border-color css

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

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

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