Html Css Color HEX #351744 Blackcurrant

📋 copy color: '#351744'

red 53 ◦ green 23 ◦ blue 68

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

Shades of Blackcurrant #351744

Tints of Blackcurrant #351744

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.97%

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

R = 36.81%
G = 15.97%
B = 47.22%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#351744 (or 0x351744) is known color: Blackcurrant. HEX triplet: 35, 17 and 44. RGB value is (53,23,68). Sum of RGB (Red+Green+Blue) = 53+23+68=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 68 - color contains mainly: blue. Hex color #351744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351744 is #CAE8BB. Grayscale: #242424. Windows color (decimal): -13297852 or 4462389. OLE color: 4462389.

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

Color convert

RGB 53 23 68 -
CMYK 0.22 0.66 0 0.73
HSL 280º 0.49% 0.18% -
HSV(B) 280º 0.66% 0.27% -
XYZ 2.82 1.79 5.67 -
YUV 37.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 53 23 68 0.22 0.66 0 0.73 280 0.49 0.18
Hex 35 17 44 16 42 0 49 118 31 12
Octal 65 27 104 26 102 0 111 430 61 22
Binary 110101 10111 1000100 10110 1000010 0 1001001 100011000 110001 10010

Color Harmonies of #351744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351744

Black with #351744

Text Example


Text Example

White with #351744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351744; }

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

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

background-color css

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

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

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

border-color css

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

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

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