Html Css Color HEX #351441 Blackcurrant

📋 copy color: '#351441'

red 53 ◦ green 20 ◦ blue 65

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

Shades of Blackcurrant #351441

Tints of Blackcurrant #351441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 47.1%

R = 38.41%
G = 14.49%
B = 47.1%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#351441 (or 0x351441) is known color: Blackcurrant. HEX triplet: 35, 14 and 41. RGB value is (53,20,65). Sum of RGB (Red+Green+Blue) = 53+20+65=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #351441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351441 is #CAEBBE. Grayscale: #222222. Windows color (decimal): -13298623 or 4265013. OLE color: 4265013.

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

Color convert

RGB 53 20 65 -
CMYK 0.18 0.69 0 0.75
HSL 284º 0.53% 0.17% -
HSV(B) 284º 0.69% 0.25% -
XYZ 2.67 1.64 5.18 -
YUV 35 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 53 20 65 0.18 0.69 0 0.75 284 0.53 0.17
Hex 35 14 41 12 45 0 4B 11C 35 11
Octal 65 24 101 22 105 0 113 434 65 21
Binary 110101 10100 1000001 10010 1000101 0 1001011 100011100 110101 10001

Color Harmonies of #351441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351441

Black with #351441

Text Example


Text Example

White with #351441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351441; }

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

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

background-color css

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

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

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

border-color css

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

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

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