Html Css Color HEX #15002B Blackcurrant

📋 copy color: '#15002B'

red 21 ◦ green 0 ◦ blue 43

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

Shades of Blackcurrant #15002B

Tints of Blackcurrant #15002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 67.19%

R = 32.81%
G = 0%
B = 67.19%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#15002B (or 0x15002B) is known color: Blackcurrant. HEX triplet: 15, 00 and 2B. RGB value is (21,0,43). Sum of RGB (Red+Green+Blue) = 21+0+43=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 43 (17.19% from 255 or 67.19% from 64); Max value from RGB is 43 - color contains mainly: blue. Hex color #15002B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15002B is #EAFFD4. Grayscale: #0B0B0B. Windows color (decimal): -15400917 or 2818069. OLE color: 2818069.

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

Color convert

RGB 21 0 43 -
CMYK 0.51 1 0 0.83
HSL 269.3º 1% 0.08% -
HSV(B) 269.3º 1% 0.17% -
XYZ 0.75 0.33 2.31 -
YUV 11.18 145.96 135 -
System Red Green Blue C M Y K H S L
Decimal 21 0 43 0.51 1 0 0.83 269.3 1 0.08
Hex 15 0 2B 33 64 0 53 10D 64 8
Octal 25 0 53 63 144 0 123 415 144 10
Binary 10101 0 101011 110011 1100100 0 1010011 100001101 1100100 1000

Color Harmonies of #15002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15002B

Black with #15002B

Text Example


Text Example

White with #15002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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