#150234

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

Shades of Blackcurrant #150234

Tints of Blackcurrant #150234

Color information

#150234 (or 0x150234) is unknown color: approx Blackcurrant. HEX triplet: 15, 02 and 34. RGB value is (21,2,52). Sum of RGB (Red+Green+Blue) = 21+2+52=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 52 (20.70% from 255 or 69.33% from 75); Max value from RGB is 52 - color contains mainly: blue. Hex color #150234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150234 is #EAFDCB. Grayscale: #0D0D0D. Windows color (decimal): -15400396 or 3408405. OLE color: 3408405.

HSL color Cylindrical-coordinate representation of color #150234: hue angle of 262.8º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150234 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB21252-
CMYK0.600.9600.80
HSL262.8º92.59%10.59%-
HSV(B)262.8º96.15%20.39%-
XYZ0.950.453.29-
YUV13.38149.79133.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28%
GREEN value IS 2 (1.17% from 255) = 2.67%
BLUE value IS 52 (20.70% from 255) = 69.33%
R=28%
G=2.67%
B=69.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal212520.600.9600.80262.892.5910.59
Hex152343C600501075db
Octal2526474140012040713513
Binary101011011010011110011000000101000010000011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150234; }

 p { color: rgb(21,2,52); }

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

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

 a { background-color: rgb(21,2,52); }

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

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

 span { border-color: rgb(21,2,52); }

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