Html Css Color HEX #351440 Blackcurrant

📋 copy color: '#351440'

red 53 ◦ green 20 ◦ blue 64

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

Shades of Blackcurrant #351440

Tints of Blackcurrant #351440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.6%

 BLUE value IS 64 (25.39% from 255) = 46.72%

R = 38.69%
G = 14.6%
B = 46.72%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#351440 (or 0x351440) is known color: Blackcurrant. HEX triplet: 35, 14 and 40. RGB value is (53,20,64). Sum of RGB (Red+Green+Blue) = 53+20+64=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #351440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351440 is #CAEBBF. Grayscale: #222222. Windows color (decimal): -13298624 or 4199477. OLE color: 4199477.

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

Color convert

RGB 53 20 64 -
CMYK 0.17 0.69 0 0.75
HSL 285º 0.52% 0.16% -
HSV(B) 285º 0.69% 0.25% -
XYZ 2.64 1.63 5.03 -
YUV 34.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 53 20 64 0.17 0.69 0 0.75 285 0.52 0.16
Hex 35 14 40 11 45 0 4B 11D 34 10
Octal 65 24 100 21 105 0 113 435 64 20
Binary 110101 10100 1000000 10001 1000101 0 1001011 100011101 110100 10000

Color Harmonies of #351440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351440

Black with #351440

Text Example


Text Example

White with #351440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351440; }

 p { color: rgb(53,20,64); }

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

background-color css

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

 a { background-color: rgb(53,20,64); }

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

border-color css

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

 span { border-color: rgb(53,20,64); }

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