Html Css Color HEX #150A1B Blackcurrant

📋 copy color: '#150A1B'

red 21 ◦ green 10 ◦ blue 27

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

Shades of Blackcurrant #150A1B

Tints of Blackcurrant #150A1B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 17.24%

 BLUE value IS 27 (10.94% from 255) = 46.55%

R = 36.21%
G = 17.24%
B = 46.55%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#150A1B (or 0x150A1B) is known color: Blackcurrant. HEX triplet: 15, 0A and 1B. RGB value is (21,10,27). Sum of RGB (Red+Green+Blue) = 21+10+27=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 27 - color contains mainly: blue. Hex color #150A1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150A1B is #EAF5E4. Grayscale: #0F0F0F. Windows color (decimal): -15398373 or 1772053. OLE color: 1772053.

HSL color Cylindrical-coordinate representation of color #150A1B: hue angle of 278.82º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #150A1B is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 21 10 27 -
CMYK 0.22 0.63 0 0.89
HSL 278.82º 0.46% 0.07% -
HSV(B) 278.82º 0.63% 0.11% -
XYZ 0.62 0.46 1.09 -
YUV 15.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 21 10 27 0.22 0.63 0 0.89 278.82 0.46 0.07
Hex 15 A 1B 16 3F 0 59 117 2E 7
Octal 25 12 33 26 77 0 131 427 56 7
Binary 10101 1010 11011 10110 111111 0 1011001 100010111 101110 111

Color Harmonies of #150A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150A1B

Black with #150A1B

Text Example


Text Example

White with #150A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,10,27); }

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

background-color css

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

 a { background-color: rgb(21,10,27); }

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

border-color css

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

 span { border-color: rgb(21,10,27); }

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