Html Css Color HEX #150118 Blackcurrant

📋 copy color: '#150118'

red 21 ◦ green 1 ◦ blue 24

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

Shades of Blackcurrant #150118

Tints of Blackcurrant #150118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.17%

 BLUE value IS 24 (9.77% from 255) = 52.17%

R = 45.65%
G = 2.17%
B = 52.17%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#150118 (or 0x150118) is known color: Blackcurrant. HEX triplet: 15, 01 and 18. RGB value is (21,1,24). Sum of RGB (Red+Green+Blue) = 21+1+24=46 (6% of max value = 765). Red value is 21 (8.59% from 255 or 45.65% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 24 (9.77% from 255 or 52.17% from 46); Max value from RGB is 24 - color contains mainly: blue. Hex color #150118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150118 is #EAFEE7. Grayscale: #090909. Windows color (decimal): -15400680 or 1573141. OLE color: 1573141.

HSL color Cylindrical-coordinate representation of color #150118: hue angle of 292.17º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150118 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 21 1 24 -
CMYK 0.13 0.96 0 0.91
HSL 292.17º 0.92% 0.05% -
HSV(B) 292.17º 0.96% 0.09% -
XYZ 0.48 0.25 0.89 -
YUV 9.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 21 1 24 0.13 0.96 0 0.91 292.17 0.92 0.05
Hex 15 1 18 D 60 0 5B 124 5C 5
Octal 25 1 30 15 140 0 133 444 134 5
Binary 10101 1 11000 1101 1100000 0 1011011 100100100 1011100 101

Color Harmonies of #150118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150118

Black with #150118

Text Example


Text Example

White with #150118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150118; }

 p { color: rgb(21,1,24); }

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

background-color css

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

 a { background-color: rgb(21,1,24); }

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

border-color css

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

 span { border-color: rgb(21,1,24); }

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