Html Css Color HEX #430852 Blackcurrant

📋 copy color: '#430852'

red 67 ◦ green 8 ◦ blue 82

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

Shades of Blackcurrant #430852

Tints of Blackcurrant #430852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.1%

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

R = 42.68%
G = 5.1%
B = 52.23%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#430852 (or 0x430852) is known color: Blackcurrant. HEX triplet: 43, 08 and 52. RGB value is (67,8,82). Sum of RGB (Red+Green+Blue) = 67+8+82=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #430852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430852 is #BCF7AD. Grayscale: #212121. Windows color (decimal): -12384174 or 5376067. OLE color: 5376067.

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

Color convert

RGB 67 8 82 -
CMYK 0.18 0.90 0 0.68
HSL 287.84º 0.82% 0.18% -
HSV(B) 287.84º 0.9% 0.32% -
XYZ 3.92 1.98 8.16 -
YUV 34.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 67 8 82 0.18 0.90 0 0.68 287.84 0.82 0.18
Hex 43 8 52 12 5A 0 44 120 52 12
Octal 103 10 122 22 132 0 104 440 122 22
Binary 1000011 1000 1010010 10010 1011010 0 1000100 100100000 1010010 10010

Color Harmonies of #430852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430852

Black with #430852

Text Example


Text Example

White with #430852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430852; }

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

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

background-color css

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

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

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

border-color css

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

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

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