Html Css Color HEX #350541 Blackcurrant

📋 copy color: '#350541'

red 53 ◦ green 5 ◦ blue 65

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

Shades of Blackcurrant #350541

Tints of Blackcurrant #350541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.07%

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

R = 43.09%
G = 4.07%
B = 52.85%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#350541 (or 0x350541) is known color: Blackcurrant. HEX triplet: 35, 05 and 41. RGB value is (53,5,65). Sum of RGB (Red+Green+Blue) = 53+5+65=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #350541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350541 is #CAFABE. Grayscale: #1A1A1A. Windows color (decimal): -13302463 or 4261173. OLE color: 4261173.

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

Color convert

RGB 53 5 65 -
CMYK 0.18 0.92 0 0.75
HSL 288º 0.86% 0.14% -
HSV(B) 288º 0.92% 0.25% -
XYZ 2.48 1.25 5.11 -
YUV 26.19 149.9 147.12 -
System Red Green Blue C M Y K H S L
Decimal 53 5 65 0.18 0.92 0 0.75 288 0.86 0.14
Hex 35 5 41 12 5C 0 4B 120 56 E
Octal 65 5 101 22 134 0 113 440 126 16
Binary 110101 101 1000001 10010 1011100 0 1001011 100100000 1010110 1110

Color Harmonies of #350541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350541

Black with #350541

Text Example


Text Example

White with #350541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350541; }

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

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

background-color css

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

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

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

border-color css

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

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

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