Html Css Color HEX #350145 Blackcurrant

📋 copy color: '#350145'

red 53 ◦ green 1 ◦ blue 69

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

Shades of Blackcurrant #350145

Tints of Blackcurrant #350145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

 BLUE value IS 69 (27.34% from 255) = 56.1%

R = 43.09%
G = 0.81%
B = 56.1%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#350145 (or 0x350145) is known color: Blackcurrant. HEX triplet: 35, 01 and 45. RGB value is (53,1,69). Sum of RGB (Red+Green+Blue) = 53+1+69=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 69 (27.34% from 255 or 56.10% from 123); Max value from RGB is 69 - color contains mainly: blue. Hex color #350145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350145 is #CAFEBA. Grayscale: #181818. Windows color (decimal): -13303483 or 4522293. OLE color: 4522293.

HSL color Cylindrical-coordinate representation of color #350145: hue angle of 285.88º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #350145 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 1 69 -
CMYK 0.23 0.99 0 0.73
HSL 285.88º 0.97% 0.14% -
HSV(B) 285.88º 0.99% 0.27% -
XYZ 2.55 1.21 5.73 -
YUV 24.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 53 1 69 0.23 0.99 0 0.73 285.88 0.97 0.14
Hex 35 1 45 17 63 0 49 11E 61 E
Octal 65 1 105 27 143 0 111 436 141 16
Binary 110101 1 1000101 10111 1100011 0 1001001 100011110 1100001 1110

Color Harmonies of #350145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350145

Black with #350145

Text Example


Text Example

White with #350145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350145; }

 p { color: rgb(53,1,69); }

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

background-color css

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

 a { background-color: rgb(53,1,69); }

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

border-color css

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

 span { border-color: rgb(53,1,69); }

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