Html Css Color HEX #350444 Blackcurrant

📋 copy color: '#350444'

red 53 ◦ green 4 ◦ blue 68

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

Shades of Blackcurrant #350444

Tints of Blackcurrant #350444

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.2%

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

R = 42.4%
G = 3.2%
B = 54.4%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#350444 (or 0x350444) is known color: Blackcurrant. HEX triplet: 35, 04 and 44. RGB value is (53,4,68). Sum of RGB (Red+Green+Blue) = 53+4+68=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 68 (26.95% from 255 or 54.4% from 125); Max value from RGB is 68 - color contains mainly: blue. Hex color #350444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350444 is #CAFBBB. Grayscale: #191919. Windows color (decimal): -13302716 or 4457525. OLE color: 4457525.

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

Color convert

RGB 53 4 68 -
CMYK 0.22 0.94 0 0.73
HSL 285.94º 0.89% 0.14% -
HSV(B) 285.94º 0.94% 0.27% -
XYZ 2.56 1.26 5.58 -
YUV 25.95 151.73 147.3 -
System Red Green Blue C M Y K H S L
Decimal 53 4 68 0.22 0.94 0 0.73 285.94 0.89 0.14
Hex 35 4 44 16 5E 0 49 11E 59 E
Octal 65 4 104 26 136 0 111 436 131 16
Binary 110101 100 1000100 10110 1011110 0 1001001 100011110 1011001 1110

Color Harmonies of #350444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350444

Black with #350444

Text Example


Text Example

White with #350444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350444; }

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

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

background-color css

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

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

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

border-color css

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

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

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