Html Css Color HEX #430850 Blackcurrant

📋 copy color: '#430850'

red 67 ◦ green 8 ◦ blue 80

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

Shades of Blackcurrant #430850

Tints of Blackcurrant #430850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.16%

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

R = 43.23%
G = 5.16%
B = 51.61%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#430850 (or 0x430850) is known color: Blackcurrant. HEX triplet: 43, 08 and 50. RGB value is (67,8,80). Sum of RGB (Red+Green+Blue) = 67+8+80=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #430850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430850 is #BCF7AF. Grayscale: #212121. Windows color (decimal): -12384176 or 5244995. OLE color: 5244995.

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

Color convert

RGB 67 8 80 -
CMYK 0.16 0.90 0 0.69
HSL 289.17º 0.82% 0.17% -
HSV(B) 289.17º 0.9% 0.31% -
XYZ 3.85 1.95 7.76 -
YUV 33.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 67 8 80 0.16 0.90 0 0.69 289.17 0.82 0.17
Hex 43 8 50 10 5A 0 45 121 52 11
Octal 103 10 120 20 132 0 105 441 122 21
Binary 1000011 1000 1010000 10000 1011010 0 1000101 100100001 1010010 10001

Color Harmonies of #430850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430850

Black with #430850

Text Example


Text Example

White with #430850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430850; }

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

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

background-color css

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

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

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

border-color css

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

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

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