Html Css Color HEX #430953 Blackcurrant

📋 copy color: '#430953'

red 67 ◦ green 9 ◦ blue 83

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

Shades of Blackcurrant #430953

Tints of Blackcurrant #430953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.66%

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

R = 42.14%
G = 5.66%
B = 52.2%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#430953 (or 0x430953) is known color: Blackcurrant. HEX triplet: 43, 09 and 53. RGB value is (67,9,83). Sum of RGB (Red+Green+Blue) = 67+9+83=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #430953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430953 is #BCF6AC. Grayscale: #222222. Windows color (decimal): -12383917 or 5441859. OLE color: 5441859.

HSL color Cylindrical-coordinate representation of color #430953: hue angle of 287.03º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #430953 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 9 83 -
CMYK 0.19 0.89 0 0.67
HSL 287.03º 0.8% 0.18% -
HSV(B) 287.03º 0.89% 0.33% -
XYZ 3.97 2.01 8.36 -
YUV 34.78 155.22 150.98 -
System Red Green Blue C M Y K H S L
Decimal 67 9 83 0.19 0.89 0 0.67 287.03 0.8 0.18
Hex 43 9 53 13 59 0 43 11F 50 12
Octal 103 11 123 23 131 0 103 437 120 22
Binary 1000011 1001 1010011 10011 1011001 0 1000011 100011111 1010000 10010

Color Harmonies of #430953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430953

Black with #430953

Text Example


Text Example

White with #430953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430953; }

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

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

background-color css

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

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

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

border-color css

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

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

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