Html Css Color HEX #150526 Blackcurrant

📋 copy color: '#150526'

red 21 ◦ green 5 ◦ blue 38

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

Shades of Blackcurrant #150526

Tints of Blackcurrant #150526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 59.38%

R = 32.81%
G = 7.81%
B = 59.38%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#150526 (or 0x150526) is known color: Blackcurrant. HEX triplet: 15, 05 and 26. RGB value is (21,5,38). Sum of RGB (Red+Green+Blue) = 21+5+38=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 38 (15.23% from 255 or 59.38% from 64); Max value from RGB is 38 - color contains mainly: blue. Hex color #150526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150526 is #EAFAD9. Grayscale: #0D0D0D. Windows color (decimal): -15399642 or 2491669. OLE color: 2491669.

HSL color Cylindrical-coordinate representation of color #150526: hue angle of 269.09º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #150526 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 5 38 -
CMYK 0.45 0.87 0 0.85
HSL 269.09º 0.77% 0.08% -
HSV(B) 269.09º 0.87% 0.15% -
XYZ 0.71 0.41 1.87 -
YUV 13.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 21 5 38 0.45 0.87 0 0.85 269.09 0.77 0.08
Hex 15 5 26 2D 57 0 55 10D 4D 8
Octal 25 5 46 55 127 0 125 415 115 10
Binary 10101 101 100110 101101 1010111 0 1010101 100001101 1001101 1000

Color Harmonies of #150526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150526

Black with #150526

Text Example


Text Example

White with #150526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150526; }

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

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

background-color css

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

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

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

border-color css

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

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

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