Html Css Color HEX #430350 Blackcurrant

📋 copy color: '#430350'

red 67 ◦ green 3 ◦ blue 80

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

Shades of Blackcurrant #430350

Tints of Blackcurrant #430350

RGB

 RED value IS 67 (26.56% from 255) = 44.67%

 GREEN value IS 3 (1.56% from 255) = 2%

 BLUE value IS 80 (31.64% from 255) = 53.33%

R = 44.67%
G = 2%
B = 53.33%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#430350 (or 0x430350) is known color: Blackcurrant. HEX triplet: 43, 03 and 50. RGB value is (67,3,80). Sum of RGB (Red+Green+Blue) = 67+3+80=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #430350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430350 is #BCFCAF. Grayscale: #1E1E1E. Windows color (decimal): -12385456 or 5243715. OLE color: 5243715.

HSL color Cylindrical-coordinate representation of color #430350: hue angle of 289.87º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430350 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 3 80 -
CMYK 0.16 0.96 0 0.69
HSL 289.87º 0.93% 0.16% -
HSV(B) 289.87º 0.96% 0.31% -
XYZ 3.8 1.84 7.74 -
YUV 30.91 155.7 153.74 -
System Red Green Blue C M Y K H S L
Decimal 67 3 80 0.16 0.96 0 0.69 289.87 0.93 0.16
Hex 43 3 50 10 60 0 45 122 5D 10
Octal 103 3 120 20 140 0 105 442 135 20
Binary 1000011 11 1010000 10000 1100000 0 1000101 100100010 1011101 10000

Color Harmonies of #430350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430350

Black with #430350

Text Example


Text Example

White with #430350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430350; }

 p { color: rgb(67,3,80); }

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

background-color css

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

 a { background-color: rgb(67,3,80); }

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

border-color css

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

 span { border-color: rgb(67,3,80); }

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