Html Css Color HEX #15002C Blackcurrant

📋 copy color: '#15002C'

red 21 ◦ green 0 ◦ blue 44

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

Shades of Blackcurrant #15002C

Tints of Blackcurrant #15002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 67.69%

R = 32.31%
G = 0%
B = 67.69%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#15002C (or 0x15002C) is known color: Blackcurrant. HEX triplet: 15, 00 and 2C. RGB value is (21,0,44). Sum of RGB (Red+Green+Blue) = 21+0+44=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 44 (17.58% from 255 or 67.69% from 65); Max value from RGB is 44 - color contains mainly: blue. Hex color #15002C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15002C is #EAFFD3. Grayscale: #0B0B0B. Windows color (decimal): -15400916 or 2883605. OLE color: 2883605.

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

Color convert

RGB 21 0 44 -
CMYK 0.52 1 0 0.83
HSL 268.64º 1% 0.09% -
HSV(B) 268.64º 1% 0.17% -
XYZ 0.76 0.34 2.41 -
YUV 11.3 146.46 134.92 -
System Red Green Blue C M Y K H S L
Decimal 21 0 44 0.52 1 0 0.83 268.64 1 0.09
Hex 15 0 2C 34 64 0 53 10D 64 9
Octal 25 0 54 64 144 0 123 415 144 11
Binary 10101 0 101100 110100 1100100 0 1010011 100001101 1100100 1001

Color Harmonies of #15002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15002C

Black with #15002C

Text Example


Text Example

White with #15002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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