Html Css Color HEX #430150 Blackcurrant

📋 copy color: '#430150'

red 67 ◦ green 1 ◦ blue 80

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

Shades of Blackcurrant #430150

Tints of Blackcurrant #430150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 45.27%
G = 0.68%
B = 54.05%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#430150 (or 0x430150) is known color: Blackcurrant. HEX triplet: 43, 01 and 50. RGB value is (67,1,80). Sum of RGB (Red+Green+Blue) = 67+1+80=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #430150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430150 is #BCFEAF. Grayscale: #1D1D1D. Windows color (decimal): -12385968 or 5243203. OLE color: 5243203.

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

Color convert

RGB 67 1 80 -
CMYK 0.16 0.99 0 0.69
HSL 290.13º 0.98% 0.16% -
HSV(B) 290.13º 0.99% 0.31% -
XYZ 3.77 1.79 7.74 -
YUV 29.74 156.37 154.58 -
System Red Green Blue C M Y K H S L
Decimal 67 1 80 0.16 0.99 0 0.69 290.13 0.98 0.16
Hex 43 1 50 10 63 0 45 122 62 10
Octal 103 1 120 20 143 0 105 442 142 20
Binary 1000011 1 1010000 10000 1100011 0 1000101 100100010 1100010 10000

Color Harmonies of #430150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430150

Black with #430150

Text Example


Text Example

White with #430150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430150; }

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

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

background-color css

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

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

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

border-color css

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

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

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