Html Css Color HEX #430152 Blackcurrant

📋 copy color: '#430152'

red 67 ◦ green 1 ◦ blue 82

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

Shades of Blackcurrant #430152

Tints of Blackcurrant #430152

RGB

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

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

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

R = 44.67%
G = 0.67%
B = 54.67%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#430152 (or 0x430152) is known color: Blackcurrant. HEX triplet: 43, 01 and 52. RGB value is (67,1,82). Sum of RGB (Red+Green+Blue) = 67+1+82=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 82 (32.42% from 255 or 54.67% from 150); Max value from RGB is 82 - color contains mainly: blue. Hex color #430152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430152 is #BCFEAD. Grayscale: #1D1D1D. Windows color (decimal): -12385966 or 5374275. OLE color: 5374275.

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

Color convert

RGB 67 1 82 -
CMYK 0.18 0.99 0 0.68
HSL 288.89º 0.98% 0.16% -
HSV(B) 288.89º 0.99% 0.32% -
XYZ 3.85 1.82 8.13 -
YUV 29.97 157.37 154.41 -
System Red Green Blue C M Y K H S L
Decimal 67 1 82 0.18 0.99 0 0.68 288.89 0.98 0.16
Hex 43 1 52 12 63 0 44 121 62 10
Octal 103 1 122 22 143 0 104 441 142 20
Binary 1000011 1 1010010 10010 1100011 0 1000100 100100001 1100010 10000

Color Harmonies of #430152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430152

Black with #430152

Text Example


Text Example

White with #430152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430152; }

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

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

background-color css

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

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

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

border-color css

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

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

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