Html Css Color HEX #15052B Blackcurrant

📋 copy color: '#15052B'

red 21 ◦ green 5 ◦ blue 43

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

Shades of Blackcurrant #15052B

Tints of Blackcurrant #15052B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.25%

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

R = 30.43%
G = 7.25%
B = 62.32%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#15052B (or 0x15052B) is known color: Blackcurrant. HEX triplet: 15, 05 and 2B. RGB value is (21,5,43). Sum of RGB (Red+Green+Blue) = 21+5+43=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 43 (17.19% from 255 or 62.32% from 69); Max value from RGB is 43 - color contains mainly: blue. Hex color #15052B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15052B is #EAFAD4. Grayscale: #0D0D0D. Windows color (decimal): -15399637 or 2819349. OLE color: 2819349.

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

Color convert

RGB 21 5 43 -
CMYK 0.51 0.88 0 0.83
HSL 265.26º 0.79% 0.09% -
HSV(B) 265.26º 0.88% 0.17% -
XYZ 0.8 0.44 2.33 -
YUV 14.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 21 5 43 0.51 0.88 0 0.83 265.26 0.79 0.09
Hex 15 5 2B 33 58 0 53 109 4F 9
Octal 25 5 53 63 130 0 123 411 117 11
Binary 10101 101 101011 110011 1011000 0 1010011 100001001 1001111 1001

Color Harmonies of #15052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15052B

Black with #15052B

Text Example


Text Example

White with #15052B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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