Html Css Color HEX #150B28 Blackcurrant

📋 copy color: '#150B28'

red 21 ◦ green 11 ◦ blue 40

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

Shades of Blackcurrant #150B28

Tints of Blackcurrant #150B28

RGB

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

 GREEN value IS 11 (4.69% from 255) = 15.28%

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

R = 29.17%
G = 15.28%
B = 55.56%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#150B28 (or 0x150B28) is known color: Blackcurrant. HEX triplet: 15, 0B and 28. RGB value is (21,11,40). Sum of RGB (Red+Green+Blue) = 21+11+40=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #150B28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B28 is #EAF4D7. Grayscale: #111111. Windows color (decimal): -15398104 or 2624277. OLE color: 2624277.

HSL color Cylindrical-coordinate representation of color #150B28: hue angle of 260.69º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #150B28 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 11 40 -
CMYK 0.48 0.72 0 0.84
HSL 260.69º 0.57% 0.1% -
HSV(B) 260.69º 0.73% 0.16% -
XYZ 0.81 0.55 2.07 -
YUV 17.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 21 11 40 0.48 0.72 0 0.84 260.69 0.57 0.1
Hex 15 B 28 30 48 0 54 105 39 A
Octal 25 13 50 60 110 0 124 405 71 12
Binary 10101 1011 101000 110000 1001000 0 1010100 100000101 111001 1010

Color Harmonies of #150B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150B28

Black with #150B28

Text Example


Text Example

White with #150B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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