Html Css Color HEX #430052 Blackcurrant

📋 copy color: '#430052'

red 67 ◦ green 0 ◦ blue 82

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

Shades of Blackcurrant #430052

Tints of Blackcurrant #430052

RGB

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

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

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

R = 44.97%
G = 0%
B = 55.03%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#430052 (or 0x430052) is known color: Blackcurrant. HEX triplet: 43, 00 and 52. RGB value is (67,0,82). Sum of RGB (Red+Green+Blue) = 67+0+82=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #430052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430052 is #BCFFAD. Grayscale: #1D1D1D. Windows color (decimal): -12386222 or 5374019. OLE color: 5374019.

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

Color convert

RGB 67 0 82 -
CMYK 0.18 1 0 0.68
HSL 289.02º 1% 0.16% -
HSV(B) 289.02º 1% 0.32% -
XYZ 3.84 1.8 8.13 -
YUV 29.38 157.7 154.83 -
System Red Green Blue C M Y K H S L
Decimal 67 0 82 0.18 1 0 0.68 289.02 1 0.16
Hex 43 0 52 12 64 0 44 121 64 10
Octal 103 0 122 22 144 0 104 441 144 20
Binary 1000011 0 1010010 10010 1100100 0 1000100 100100001 1100100 10000

Color Harmonies of #430052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430052

Black with #430052

Text Example


Text Example

White with #430052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430052; }

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

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

background-color css

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

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

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

border-color css

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

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

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