Html Css Color HEX #150A1A Blackcurrant

📋 copy color: '#150A1A'

red 21 ◦ green 10 ◦ blue 26

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

Shades of Blackcurrant #150A1A

Tints of Blackcurrant #150A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 45.61%

R = 36.84%
G = 17.54%
B = 45.61%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#150A1A (or 0x150A1A) is known color: Blackcurrant. HEX triplet: 15, 0A and 1A. RGB value is (21,10,26). Sum of RGB (Red+Green+Blue) = 21+10+26=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 26 (10.55% from 255 or 45.61% from 57); Max value from RGB is 26 - color contains mainly: blue. Hex color #150A1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150A1A is #EAF5E5. Grayscale: #0F0F0F. Windows color (decimal): -15398374 or 1706517. OLE color: 1706517.

HSL color Cylindrical-coordinate representation of color #150A1A: hue angle of 281.25º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #150A1A is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 21 10 26 -
CMYK 0.19 0.62 0 0.90
HSL 281.25º 0.44% 0.07% -
HSV(B) 281.25º 0.62% 0.1% -
XYZ 0.6 0.45 1.03 -
YUV 15.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 21 10 26 0.19 0.62 0 0.90 281.25 0.44 0.07
Hex 15 A 1A 13 3E 0 5A 119 2C 7
Octal 25 12 32 23 76 0 132 431 54 7
Binary 10101 1010 11010 10011 111110 0 1011010 100011001 101100 111

Color Harmonies of #150A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150A1A

Black with #150A1A

Text Example


Text Example

White with #150A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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