Html Css Color HEX #430450 Blackcurrant

📋 copy color: '#430450'

red 67 ◦ green 4 ◦ blue 80

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

Shades of Blackcurrant #430450

Tints of Blackcurrant #430450

RGB

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

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

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

R = 44.37%
G = 2.65%
B = 52.98%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#430450 (or 0x430450) is known color: Blackcurrant. HEX triplet: 43, 04 and 50. RGB value is (67,4,80). Sum of RGB (Red+Green+Blue) = 67+4+80=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #430450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430450 is #BCFBAF. Grayscale: #1F1F1F. Windows color (decimal): -12385200 or 5243971. OLE color: 5243971.

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

Color convert

RGB 67 4 80 -
CMYK 0.16 0.95 0 0.69
HSL 289.74º 0.9% 0.16% -
HSV(B) 289.74º 0.95% 0.31% -
XYZ 3.81 1.86 7.75 -
YUV 31.5 155.37 153.32 -
System Red Green Blue C M Y K H S L
Decimal 67 4 80 0.16 0.95 0 0.69 289.74 0.9 0.16
Hex 43 4 50 10 5F 0 45 122 5A 10
Octal 103 4 120 20 137 0 105 442 132 20
Binary 1000011 100 1010000 10000 1011111 0 1000101 100100010 1011010 10000

Color Harmonies of #430450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430450

Black with #430450

Text Example


Text Example

White with #430450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430450; }

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

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

background-color css

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

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

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

border-color css

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

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

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