Html Css Color HEX #430652 Blackcurrant

📋 copy color: '#430652'

red 67 ◦ green 6 ◦ blue 82

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

Shades of Blackcurrant #430652

Tints of Blackcurrant #430652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.87%

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

R = 43.23%
G = 3.87%
B = 52.9%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#430652 (or 0x430652) is known color: Blackcurrant. HEX triplet: 43, 06 and 52. RGB value is (67,6,82). Sum of RGB (Red+Green+Blue) = 67+6+82=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #430652 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430652 is #BCF9AD. Grayscale: #202020. Windows color (decimal): -12384686 or 5375555. OLE color: 5375555.

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

Color convert

RGB 67 6 82 -
CMYK 0.18 0.93 0 0.68
HSL 288.16º 0.86% 0.17% -
HSV(B) 288.16º 0.93% 0.32% -
XYZ 3.9 1.93 8.15 -
YUV 32.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 67 6 82 0.18 0.93 0 0.68 288.16 0.86 0.17
Hex 43 6 52 12 5D 0 44 120 56 11
Octal 103 6 122 22 135 0 104 440 126 21
Binary 1000011 110 1010010 10010 1011101 0 1000100 100100000 1010110 10001

Color Harmonies of #430652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430652

Black with #430652

Text Example


Text Example

White with #430652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430652; }

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

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

background-color css

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

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

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

border-color css

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

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

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