Html Css Color HEX #15003C Blackcurrant

📋 copy color: '#15003C'

red 21 ◦ green 0 ◦ blue 60

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

Shades of Blackcurrant #15003C

Tints of Blackcurrant #15003C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 74.07%

R = 25.93%
G = 0%
B = 74.07%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#15003C (or 0x15003C) is known color: Blackcurrant. HEX triplet: 15, 00 and 3C. RGB value is (21,0,60). Sum of RGB (Red+Green+Blue) = 21+0+60=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 60 (23.83% from 255 or 74.07% from 81); Max value from RGB is 60 - color contains mainly: blue. Hex color #15003C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15003C is #EAFFC3. Grayscale: #0C0C0C. Windows color (decimal): -15400900 or 3932181. OLE color: 3932181.

HSL color Cylindrical-coordinate representation of color #15003C: hue angle of 261º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15003C is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 0 60 -
CMYK 0.65 1 0 0.76
HSL 261º 1% 0.12% -
HSV(B) 261º 1% 0.24% -
XYZ 1.12 0.49 4.31 -
YUV 13.12 154.46 133.62 -
System Red Green Blue C M Y K H S L
Decimal 21 0 60 0.65 1 0 0.76 261 1 0.12
Hex 15 0 3C 41 64 0 4C 105 64 C
Octal 25 0 74 101 144 0 114 405 144 14
Binary 10101 0 111100 1000001 1100100 0 1001100 100000101 1100100 1100

Color Harmonies of #15003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15003C

Black with #15003C

Text Example


Text Example

White with #15003C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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