Html Css Color HEX #15081E Blackcurrant

📋 copy color: '#15081E'

red 21 ◦ green 8 ◦ blue 30

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

Shades of Blackcurrant #15081E

Tints of Blackcurrant #15081E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 13.56%

 BLUE value IS 30 (12.11% from 255) = 50.85%

R = 35.59%
G = 13.56%
B = 50.85%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#15081E (or 0x15081E) is known color: Blackcurrant. HEX triplet: 15, 08 and 1E. RGB value is (21,8,30). Sum of RGB (Red+Green+Blue) = 21+8+30=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 30 (12.11% from 255 or 50.85% from 59); Max value from RGB is 30 - color contains mainly: blue. Hex color #15081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15081E is #EAF7E1. Grayscale: #0E0E0E. Windows color (decimal): -15398882 or 1968149. OLE color: 1968149.

HSL color Cylindrical-coordinate representation of color #15081E: hue angle of 275.45º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15081E is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 21 8 30 -
CMYK 0.30 0.73 0 0.88
HSL 275.45º 0.58% 0.07% -
HSV(B) 275.45º 0.73% 0.12% -
XYZ 0.63 0.43 1.28 -
YUV 14.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 21 8 30 0.30 0.73 0 0.88 275.45 0.58 0.07
Hex 15 8 1E 1E 49 0 58 113 3A 7
Octal 25 10 36 36 111 0 130 423 72 7
Binary 10101 1000 11110 11110 1001001 0 1011000 100010011 111010 111

Color Harmonies of #15081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15081E

Black with #15081E

Text Example


Text Example

White with #15081E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15081E; }

 p { color: rgb(21,8,30); }

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

background-color css

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

 a { background-color: rgb(21,8,30); }

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

border-color css

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

 span { border-color: rgb(21,8,30); }

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