Html Css Color HEX #150428 Blackcurrant

📋 copy color: '#150428'

red 21 ◦ green 4 ◦ blue 40

#150428
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #150428

Tints of Blackcurrant #150428

RGB

 RED value IS 21 (8.59% from 255) = 32.31%

 GREEN value IS 4 (1.95% from 255) = 6.15%

 BLUE value IS 40 (16.02% from 255) = 61.54%

R = 32.31%
G = 6.15%
B = 61.54%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#150428 (or 0x150428) is known color: Blackcurrant. HEX triplet: 15, 04 and 28. RGB value is (21,4,40). Sum of RGB (Red+Green+Blue) = 21+4+40=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 40 (16.02% from 255 or 61.54% from 65); Max value from RGB is 40 - color contains mainly: blue. Hex color #150428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150428 is #EAFBD7. Grayscale: #0D0D0D. Windows color (decimal): -15399896 or 2622485. OLE color: 2622485.

HSL color Cylindrical-coordinate representation of color #150428: hue angle of 268.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150428 is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 4 40 -
CMYK 0.48 0.90 0 0.84
HSL 268.33º 0.82% 0.09% -
HSV(B) 268.33º 0.9% 0.16% -
XYZ 0.74 0.4 2.05 -
YUV 13.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 21 4 40 0.48 0.90 0 0.84 268.33 0.82 0.09
Hex 15 4 28 30 5A 0 54 10C 52 9
Octal 25 4 50 60 132 0 124 414 122 11
Binary 10101 100 101000 110000 1011010 0 1010100 100001100 1010010 1001

Color Harmonies of #150428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150428

Black with #150428

Text Example


Text Example

White with #150428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150428; }

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

 H1.HeaderClassName
 {
   color: #150428;
 }
 .AnyTagClassName
 {
   color: #150428;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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