#43014B

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

Shades of Blackcurrant #43014B

Tints of Blackcurrant #43014B

Color information

#43014B (or 0x43014B) is unknown color: approx Blackcurrant. HEX triplet: 43, 01 and 4B. RGB value is (67,1,75). Sum of RGB (Red+Green+Blue) = 67+1+75=143 (18% of max value = 765). Red value is 67 (26.56% from 255 or 46.85% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #43014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43014B is #BCFEB4. Grayscale: #1C1C1C. Windows color (decimal): -12385973 or 4915523. OLE color: 4915523.

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

Color convert

RGB67175-
CMYK0.110.9900.71
HSL293.51º97.37%14.9%-
HSV(B)293.51º98.67%29.41%-
XYZ3.61.726.8-
YUV29.17153.87154.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.85%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 75 (29.69% from 255) = 52.45%
R=46.85%
G=0.70%
B=52.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal671750.110.9900.71293.5197.3714.9
Hex4314BB6304712661f
Octal103111313143010744614117
Binary100001111001011101111000110100011110010011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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