Html Css Color HEX #430054 Blackcurrant

📋 copy color: '#430054'

red 67 ◦ green 0 ◦ blue 84

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

Shades of Blackcurrant #430054

Tints of Blackcurrant #430054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 84 (33.2% from 255) = 55.63%

R = 44.37%
G = 0%
B = 55.63%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#430054 (or 0x430054) is known color: Blackcurrant. HEX triplet: 43, 00 and 54. RGB value is (67,0,84). Sum of RGB (Red+Green+Blue) = 67+0+84=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 84 (33.20% from 255 or 55.63% from 151); Max value from RGB is 84 - color contains mainly: blue. Hex color #430054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430054 is #BCFFAB. Grayscale: #1D1D1D. Windows color (decimal): -12386220 or 5505091. OLE color: 5505091.

HSL color Cylindrical-coordinate representation of color #430054: hue angle of 287.86º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430054 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 0 84 -
CMYK 0.20 1 0 0.67
HSL 287.86º 1% 0.16% -
HSV(B) 287.86º 1% 0.33% -
XYZ 3.91 1.83 8.54 -
YUV 29.61 158.7 154.67 -
System Red Green Blue C M Y K H S L
Decimal 67 0 84 0.20 1 0 0.67 287.86 1 0.16
Hex 43 0 54 14 64 0 43 120 64 10
Octal 103 0 124 24 144 0 103 440 144 20
Binary 1000011 0 1010100 10100 1100100 0 1000011 100100000 1100100 10000

Color Harmonies of #430054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430054

Black with #430054

Text Example


Text Example

White with #430054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430054; }

 p { color: rgb(67,0,84); }

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

background-color css

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

 a { background-color: rgb(67,0,84); }

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

border-color css

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

 span { border-color: rgb(67,0,84); }

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