#43074B

Color #43074B Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #43074B

Tints of Blackcurrant #43074B

Color information

#43074B (or 0x43074B) is unknown color: approx Blackcurrant. HEX triplet: 43, 07 and 4B. RGB value is (67,7,75). Sum of RGB (Red+Green+Blue) = 67+7+75=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #43074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43074B is #BCF8B4. Grayscale: #202020. Windows color (decimal): -12384437 or 4917059. OLE color: 4917059.

HSL color Cylindrical-coordinate representation of color #43074B: hue angle of 292.94º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #43074B is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB67775-
CMYK0.110.9100.71
HSL292.94º82.93%16.08%-
HSV(B)292.94º90.67%29.41%-
XYZ3.661.856.82-
YUV32.69151.88152.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.97%
GREEN value IS 7 (3.12% from 255) = 4.70%
BLUE value IS 75 (29.69% from 255) = 50.34%
R=44.97%
G=4.70%
B=50.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal677750.110.9100.71292.9482.9316.08
Hex4374BB5B0471255310
Octal103711313133010744512320
Binary100001111110010111011101101101000111100100101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43074B; }

 p { color: rgb(67,7,75); }

 H1.HeaderClassName
 {
   color: #43074B;
 }
 .AnyTagClassName
 {
   color: #43074B;
 }
</style>
background-color css

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

 a { background-color: rgb(67,7,75); }

 div.DivClassName
 {
   background-color: #43074B;
 }
 .BgClassName
 {
   background-color: #43074B;
 }
</style>
border-color css

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

 span { border-color: rgb(67,7,75); }

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