Html Css Color HEX #430252 Blackcurrant

📋 copy color: '#430252'

red 67 ◦ green 2 ◦ blue 82

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

Shades of Blackcurrant #430252

Tints of Blackcurrant #430252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 54.3%

R = 44.37%
G = 1.32%
B = 54.3%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#430252 (or 0x430252) is known color: Blackcurrant. HEX triplet: 43, 02 and 52. RGB value is (67,2,82). Sum of RGB (Red+Green+Blue) = 67+2+82=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #430252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430252 is #BCFDAD. Grayscale: #1E1E1E. Windows color (decimal): -12385710 or 5374531. OLE color: 5374531.

HSL color Cylindrical-coordinate representation of color #430252: hue angle of 288.75º 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 #430252 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 67 2 82 -
CMYK 0.18 0.98 0 0.68
HSL 288.75º 0.95% 0.16% -
HSV(B) 288.75º 0.98% 0.32% -
XYZ 3.86 1.85 8.14 -
YUV 30.56 157.03 154 -
System Red Green Blue C M Y K H S L
Decimal 67 2 82 0.18 0.98 0 0.68 288.75 0.95 0.16
Hex 43 2 52 12 62 0 44 121 5F 10
Octal 103 2 122 22 142 0 104 441 137 20
Binary 1000011 10 1010010 10010 1100010 0 1000100 100100001 1011111 10000

Color Harmonies of #430252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430252

Black with #430252

Text Example


Text Example

White with #430252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430252; }

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

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

background-color css

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

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

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

border-color css

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

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

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