#15042F

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

Shades of Blackcurrant #15042F

Tints of Blackcurrant #15042F

Color information

#15042F (or 0x15042F) is unknown color: approx Blackcurrant. HEX triplet: 15, 04 and 2F. RGB value is (21,4,47). Sum of RGB (Red+Green+Blue) = 21+4+47=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 47 (18.75% from 255 or 65.28% from 72); Max value from RGB is 47 - color contains mainly: blue. Hex color #15042F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15042F is #EAFBD0. Grayscale: #0D0D0D. Windows color (decimal): -15399889 or 3081237. OLE color: 3081237.

HSL color Cylindrical-coordinate representation of color #15042F: hue angle of 263.72º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15042F is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB21447-
CMYK0.550.9100.82
HSL263.72º84.31%10%-
HSV(B)263.72º91.49%18.43%-
XYZ0.870.452.73-
YUV13.98146.63133-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.17%
GREEN value IS 4 (1.95% from 255) = 5.56%
BLUE value IS 47 (18.75% from 255) = 65.28%
R=29.17%
G=5.56%
B=65.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal214470.550.9100.82263.7284.3110
Hex1542F375B05210854a
Octal2545767133012241012412
Binary1010110010111111011110110110101001010000100010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15042F; }

 p { color: rgb(21,4,47); }

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

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

 a { background-color: rgb(21,4,47); }

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

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

 span { border-color: rgb(21,4,47); }

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