#150826

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

Shades of Blackcurrant #150826

Tints of Blackcurrant #150826

Color information

#150826 (or 0x150826) is unknown color: approx Blackcurrant. HEX triplet: 15, 08 and 26. RGB value is (21,8,38). Sum of RGB (Red+Green+Blue) = 21+8+38=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 38 (15.23% from 255 or 56.72% from 67); Max value from RGB is 38 - color contains mainly: blue. Hex color #150826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150826 is #EAF7D9. Grayscale: #0F0F0F. Windows color (decimal): -15398874 or 2492437. OLE color: 2492437.

HSL color Cylindrical-coordinate representation of color #150826: hue angle of 266º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #150826 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB21838-
CMYK0.450.7900.85
HSL266º65.22%9.02%-
HSV(B)266º78.95%14.9%-
XYZ0.750.471.89-
YUV15.31140.81132.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.34%
GREEN value IS 8 (3.52% from 255) = 11.94%
BLUE value IS 38 (15.23% from 255) = 56.72%
R=31.34%
G=11.94%
B=56.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal218380.450.7900.8526665.229.02
Hex158262D4F05510a419
Octal25104655117012541210111
Binary10101100010011010110110011110101010110000101010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150826; }

 p { color: rgb(21,8,38); }

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

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

 a { background-color: rgb(21,8,38); }

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

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

 span { border-color: rgb(21,8,38); }

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