#430C4B

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

Shades of Blackcurrant #430C4B

Tints of Blackcurrant #430C4B

Color information

#430C4B (or 0x430C4B) is unknown color: approx Blackcurrant. HEX triplet: 43, 0C and 4B. RGB value is (67,12,75). Sum of RGB (Red+Green+Blue) = 67+12+75=154 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.51% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #430C4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430C4B is #BCF3B4. Grayscale: #232323. Windows color (decimal): -12383157 or 4918339. OLE color: 4918339.

HSL color Cylindrical-coordinate representation of color #430C4B: hue angle of 292.38º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #430C4B is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB671275-
CMYK0.110.8400.71
HSL292.38º72.41%17.06%-
HSV(B)292.38º84%29.41%-
XYZ3.721.966.84-
YUV35.63150.22150.38-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.51%
GREEN value IS 12 (5.08% from 255) = 7.79%
BLUE value IS 75 (29.69% from 255) = 48.70%
R=43.51%
G=7.79%
B=48.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6712750.110.8400.71292.3872.4117.06
Hex43C4BB540471244811
Octal1031411313124010744411021
Binary1000011110010010111011101010001000111100100100100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430C4B; }

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

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

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

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

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

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

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

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