Html Css Color HEX #43094E Blackcurrant

📋 copy color: '#43094E'

red 67 ◦ green 9 ◦ blue 78

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

Shades of Blackcurrant #43094E

Tints of Blackcurrant #43094E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 50.65%

R = 43.51%
G = 5.84%
B = 50.65%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#43094E (or 0x43094E) is known color: Blackcurrant. HEX triplet: 43, 09 and 4E. RGB value is (67,9,78). Sum of RGB (Red+Green+Blue) = 67+9+78=154 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.51% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #43094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43094E is #BCF6B1. Grayscale: #212121. Windows color (decimal): -12383922 or 5114179. OLE color: 5114179.

HSL color Cylindrical-coordinate representation of color #43094E: hue angle of 290.43º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43094E is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 9 78 -
CMYK 0.14 0.88 0 0.69
HSL 290.43º 0.79% 0.17% -
HSV(B) 290.43º 0.88% 0.31% -
XYZ 3.79 1.94 7.38 -
YUV 34.21 152.72 151.39 -
System Red Green Blue C M Y K H S L
Decimal 67 9 78 0.14 0.88 0 0.69 290.43 0.79 0.17
Hex 43 9 4E E 58 0 45 122 4F 11
Octal 103 11 116 16 130 0 105 442 117 21
Binary 1000011 1001 1001110 1110 1011000 0 1000101 100100010 1001111 10001

Color Harmonies of #43094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43094E

Black with #43094E

Text Example


Text Example

White with #43094E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43094E; }

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

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

background-color css

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

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

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

border-color css

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

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

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