Html Css Color HEX #350443 Blackcurrant

📋 copy color: '#350443'

red 53 ◦ green 4 ◦ blue 67

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

Shades of Blackcurrant #350443

Tints of Blackcurrant #350443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 54.03%

R = 42.74%
G = 3.23%
B = 54.03%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#350443 (or 0x350443) is known color: Blackcurrant. HEX triplet: 35, 04 and 43. RGB value is (53,4,67). Sum of RGB (Red+Green+Blue) = 53+4+67=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 67 (26.56% from 255 or 54.03% from 124); Max value from RGB is 67 - color contains mainly: blue. Hex color #350443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350443 is #CAFBBC. Grayscale: #191919. Windows color (decimal): -13302717 or 4391989. OLE color: 4391989.

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

Color convert

RGB 53 4 67 -
CMYK 0.21 0.94 0 0.74
HSL 286.67º 0.89% 0.14% -
HSV(B) 286.67º 0.94% 0.26% -
XYZ 2.52 1.25 5.42 -
YUV 25.83 151.23 147.38 -
System Red Green Blue C M Y K H S L
Decimal 53 4 67 0.21 0.94 0 0.74 286.67 0.89 0.14
Hex 35 4 43 15 5E 0 4A 11F 59 E
Octal 65 4 103 25 136 0 112 437 131 16
Binary 110101 100 1000011 10101 1011110 0 1001010 100011111 1011001 1110

Color Harmonies of #350443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350443

Black with #350443

Text Example


Text Example

White with #350443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350443; }

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

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

background-color css

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

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

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

border-color css

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

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

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