Html Css Color HEX #430253 Blackcurrant

📋 copy color: '#430253'

red 67 ◦ green 2 ◦ blue 83

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

Shades of Blackcurrant #430253

Tints of Blackcurrant #430253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 54.61%

R = 44.08%
G = 1.32%
B = 54.61%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#430253 (or 0x430253) is known color: Blackcurrant. HEX triplet: 43, 02 and 53. RGB value is (67,2,83). Sum of RGB (Red+Green+Blue) = 67+2+83=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #430253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430253 is #BCFDAC. Grayscale: #1E1E1E. Windows color (decimal): -12385709 or 5440067. OLE color: 5440067.

HSL color Cylindrical-coordinate representation of color #430253: hue angle of 288.15º 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 #430253 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 2 83 -
CMYK 0.19 0.98 0 0.67
HSL 288.15º 0.95% 0.17% -
HSV(B) 288.15º 0.98% 0.33% -
XYZ 3.9 1.86 8.34 -
YUV 30.67 157.53 153.91 -
System Red Green Blue C M Y K H S L
Decimal 67 2 83 0.19 0.98 0 0.67 288.15 0.95 0.17
Hex 43 2 53 13 62 0 43 120 5F 11
Octal 103 2 123 23 142 0 103 440 137 21
Binary 1000011 10 1010011 10011 1100010 0 1000011 100100000 1011111 10001

Color Harmonies of #430253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430253

Black with #430253

Text Example


Text Example

White with #430253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430253; }

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

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

background-color css

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

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

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

border-color css

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

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

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