#150B25

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

Shades of Blackcurrant #150B25

Tints of Blackcurrant #150B25

Color information

#150B25 (or 0x150B25) is unknown color: approx Blackcurrant. HEX triplet: 15, 0B and 25. RGB value is (21,11,37). Sum of RGB (Red+Green+Blue) = 21+11+37=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #150B25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B25 is #EAF4DA. Grayscale: #101010. Windows color (decimal): -15398107 or 2427669. OLE color: 2427669.

HSL color Cylindrical-coordinate representation of color #150B25: hue angle of 263.08º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #150B25 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB211137-
CMYK0.430.7000.85
HSL263.08º54.17%9.41%-
HSV(B)263.08º70.27%14.51%-
XYZ0.760.531.81-
YUV16.95139.31130.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30.43%
GREEN value IS 11 (4.69% from 255) = 15.94%
BLUE value IS 37 (14.84% from 255) = 53.62%
R=30.43%
G=15.94%
B=53.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2111370.430.7000.85263.0854.179.41
Hex15B252B46055107369
Octal2513455310601254076611
Binary1010110111001011010111000110010101011000001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150B25; }

 p { color: rgb(21,11,37); }

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

<style>
 a { background-color: #150B25; }

 a { background-color: rgb(21,11,37); }

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

<style>
 span { border-color: #150B25; }

 span { border-color: rgb(21,11,37); }

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