Html Css Color HEX #430352 Blackcurrant

📋 copy color: '#430352'

red 67 ◦ green 3 ◦ blue 82

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

Shades of Blackcurrant #430352

Tints of Blackcurrant #430352

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.97%

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

R = 44.08%
G = 1.97%
B = 53.95%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#430352 (or 0x430352) is known color: Blackcurrant. HEX triplet: 43, 03 and 52. RGB value is (67,3,82). Sum of RGB (Red+Green+Blue) = 67+3+82=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #430352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430352 is #BCFCAD. Grayscale: #1E1E1E. Windows color (decimal): -12385454 or 5374787. OLE color: 5374787.

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

Color convert

RGB 67 3 82 -
CMYK 0.18 0.96 0 0.68
HSL 288.61º 0.93% 0.17% -
HSV(B) 288.61º 0.96% 0.32% -
XYZ 3.87 1.87 8.14 -
YUV 31.14 156.7 153.58 -
System Red Green Blue C M Y K H S L
Decimal 67 3 82 0.18 0.96 0 0.68 288.61 0.93 0.17
Hex 43 3 52 12 60 0 44 121 5D 11
Octal 103 3 122 22 140 0 104 441 135 21
Binary 1000011 11 1010010 10010 1100000 0 1000100 100100001 1011101 10001

Color Harmonies of #430352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430352

Black with #430352

Text Example


Text Example

White with #430352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430352; }

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

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

background-color css

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

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

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

border-color css

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

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

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