Html Css Color HEX #150228 Blackcurrant

📋 copy color: '#150228'

red 21 ◦ green 2 ◦ blue 40

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

Shades of Blackcurrant #150228

Tints of Blackcurrant #150228

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.17%

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

R = 33.33%
G = 3.17%
B = 63.49%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#150228 (or 0x150228) is known color: Blackcurrant. HEX triplet: 15, 02 and 28. RGB value is (21,2,40). Sum of RGB (Red+Green+Blue) = 21+2+40=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 40 (16.02% from 255 or 63.49% from 63); Max value from RGB is 40 - color contains mainly: blue. Hex color #150228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150228 is #EAFDD7. Grayscale: #0B0B0B. Windows color (decimal): -15400408 or 2621973. OLE color: 2621973.

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

Color convert

RGB 21 2 40 -
CMYK 0.48 0.95 0 0.84
HSL 270º 0.9% 0.08% -
HSV(B) 270º 0.95% 0.16% -
XYZ 0.71 0.36 2.04 -
YUV 12.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 21 2 40 0.48 0.95 0 0.84 270 0.9 0.08
Hex 15 2 28 30 5F 0 54 10E 5A 8
Octal 25 2 50 60 137 0 124 416 132 10
Binary 10101 10 101000 110000 1011111 0 1010100 100001110 1011010 1000

Color Harmonies of #150228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150228

Black with #150228

Text Example


Text Example

White with #150228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150228; }

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

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

background-color css

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

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

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

border-color css

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

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

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