Html Css Color HEX #430051 Blackcurrant

📋 copy color: '#430051'

red 67 ◦ green 0 ◦ blue 81

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

Shades of Blackcurrant #430051

Tints of Blackcurrant #430051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 54.73%

R = 45.27%
G = 0%
B = 54.73%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#430051 (or 0x430051) is known color: Blackcurrant. HEX triplet: 43, 00 and 51. RGB value is (67,0,81). Sum of RGB (Red+Green+Blue) = 67+0+81=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #430051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430051 is #BCFFAE. Grayscale: #1D1D1D. Windows color (decimal): -12386223 or 5308483. OLE color: 5308483.

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

Color convert

RGB 67 0 81 -
CMYK 0.17 1 0 0.68
HSL 289.63º 1% 0.16% -
HSV(B) 289.63º 1% 0.32% -
XYZ 3.8 1.79 7.93 -
YUV 29.27 157.2 154.91 -
System Red Green Blue C M Y K H S L
Decimal 67 0 81 0.17 1 0 0.68 289.63 1 0.16
Hex 43 0 51 11 64 0 44 122 64 10
Octal 103 0 121 21 144 0 104 442 144 20
Binary 1000011 0 1010001 10001 1100100 0 1000100 100100010 1100100 10000

Color Harmonies of #430051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430051

Black with #430051

Text Example


Text Example

White with #430051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430051; }

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

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

background-color css

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

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

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

border-color css

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

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

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