Html Css Color HEX #430251 Blackcurrant

📋 copy color: '#430251'

red 67 ◦ green 2 ◦ blue 81

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

Shades of Blackcurrant #430251

Tints of Blackcurrant #430251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.33%

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

R = 44.67%
G = 1.33%
B = 54%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#430251 (or 0x430251) is known color: Blackcurrant. HEX triplet: 43, 02 and 51. RGB value is (67,2,81). Sum of RGB (Red+Green+Blue) = 67+2+81=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #430251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430251 is #BCFDAE. Grayscale: #1E1E1E. Windows color (decimal): -12385711 or 5308995. OLE color: 5308995.

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

Color convert

RGB 67 2 81 -
CMYK 0.17 0.98 0 0.68
HSL 289.37º 0.95% 0.16% -
HSV(B) 289.37º 0.98% 0.32% -
XYZ 3.82 1.83 7.94 -
YUV 30.44 156.53 154.08 -
System Red Green Blue C M Y K H S L
Decimal 67 2 81 0.17 0.98 0 0.68 289.37 0.95 0.16
Hex 43 2 51 11 62 0 44 121 5F 10
Octal 103 2 121 21 142 0 104 441 137 20
Binary 1000011 10 1010001 10001 1100010 0 1000100 100100001 1011111 10000

Color Harmonies of #430251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430251

Black with #430251

Text Example


Text Example

White with #430251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430251; }

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

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

background-color css

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

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

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

border-color css

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

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

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