Html Css Color HEX #430A52 Blackcurrant

📋 copy color: '#430A52'

red 67 ◦ green 10 ◦ blue 82

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

Shades of Blackcurrant #430A52

Tints of Blackcurrant #430A52

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.29%

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

R = 42.14%
G = 6.29%
B = 51.57%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#430A52 (or 0x430A52) is known color: Blackcurrant. HEX triplet: 43, 0A and 52. RGB value is (67,10,82). Sum of RGB (Red+Green+Blue) = 67+10+82=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #430A52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430A52 is #BCF5AD. Grayscale: #232323. Windows color (decimal): -12383662 or 5376579. OLE color: 5376579.

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

Color convert

RGB 67 10 82 -
CMYK 0.18 0.88 0 0.68
HSL 287.5º 0.78% 0.18% -
HSV(B) 287.5º 0.88% 0.32% -
XYZ 3.95 2.02 8.16 -
YUV 35.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 67 10 82 0.18 0.88 0 0.68 287.5 0.78 0.18
Hex 43 A 52 12 58 0 44 120 4E 12
Octal 103 12 122 22 130 0 104 440 116 22
Binary 1000011 1010 1010010 10010 1011000 0 1000100 100100000 1001110 10010

Color Harmonies of #430A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430A52

Black with #430A52

Text Example


Text Example

White with #430A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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