Html Css Color HEX #430255 Blackcurrant

📋 copy color: '#430255'

red 67 ◦ green 2 ◦ blue 85

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

Shades of Blackcurrant #430255

Tints of Blackcurrant #430255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.3%

 BLUE value IS 85 (33.59% from 255) = 55.19%

R = 43.51%
G = 1.3%
B = 55.19%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#430255 (or 0x430255) is known color: Blackcurrant. HEX triplet: 43, 02 and 55. RGB value is (67,2,85). Sum of RGB (Red+Green+Blue) = 67+2+85=154 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.51% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #430255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430255 is #BCFDAA. Grayscale: #1E1E1E. Windows color (decimal): -12385707 or 5571139. OLE color: 5571139.

HSL color Cylindrical-coordinate representation of color #430255: hue angle of 286.99º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430255 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 2 85 -
CMYK 0.21 0.98 0 0.67
HSL 286.99º 0.95% 0.17% -
HSV(B) 286.99º 0.98% 0.33% -
XYZ 3.98 1.89 8.75 -
YUV 30.9 158.53 153.75 -
System Red Green Blue C M Y K H S L
Decimal 67 2 85 0.21 0.98 0 0.67 286.99 0.95 0.17
Hex 43 2 55 15 62 0 43 11F 5F 11
Octal 103 2 125 25 142 0 103 437 137 21
Binary 1000011 10 1010101 10101 1100010 0 1000011 100011111 1011111 10001

Color Harmonies of #430255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430255

Black with #430255

Text Example


Text Example

White with #430255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430255; }

 p { color: rgb(67,2,85); }

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

background-color css

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

 a { background-color: rgb(67,2,85); }

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

border-color css

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

 span { border-color: rgb(67,2,85); }

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