Html Css Color HEX #15002E Blackcurrant

📋 copy color: '#15002E'

red 21 ◦ green 0 ◦ blue 46

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

Shades of Blackcurrant #15002E

Tints of Blackcurrant #15002E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 46 (18.36% from 255) = 68.66%

R = 31.34%
G = 0%
B = 68.66%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#15002E (or 0x15002E) is known color: Blackcurrant. HEX triplet: 15, 00 and 2E. RGB value is (21,0,46). Sum of RGB (Red+Green+Blue) = 21+0+46=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 46 (18.36% from 255 or 68.66% from 67); Max value from RGB is 46 - color contains mainly: blue. Hex color #15002E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15002E is #EAFFD1. Grayscale: #0B0B0B. Windows color (decimal): -15400914 or 3014677. OLE color: 3014677.

HSL color Cylindrical-coordinate representation of color #15002E: hue angle of 267.39º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15002E is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 21 0 46 -
CMYK 0.54 1 0 0.82
HSL 267.39º 1% 0.09% -
HSV(B) 267.39º 1% 0.18% -
XYZ 0.8 0.36 2.61 -
YUV 11.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 21 0 46 0.54 1 0 0.82 267.39 1 0.09
Hex 15 0 2E 36 64 0 52 10B 64 9
Octal 25 0 56 66 144 0 122 413 144 11
Binary 10101 0 101110 110110 1100100 0 1010010 100001011 1100100 1001

Color Harmonies of #15002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15002E

Black with #15002E

Text Example


Text Example

White with #15002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,0,46); }

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

background-color css

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

 a { background-color: rgb(21,0,46); }

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

border-color css

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

 span { border-color: rgb(21,0,46); }

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