Html Css Color HEX #150536 Blackcurrant

📋 copy color: '#150536'

red 21 ◦ green 5 ◦ blue 54

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

Shades of Blackcurrant #150536

Tints of Blackcurrant #150536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 67.5%

R = 26.25%
G = 6.25%
B = 67.5%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#150536 (or 0x150536) is known color: Blackcurrant. HEX triplet: 15, 05 and 36. RGB value is (21,5,54). Sum of RGB (Red+Green+Blue) = 21+5+54=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 54 (21.48% from 255 or 67.5% from 80); Max value from RGB is 54 - color contains mainly: blue. Hex color #150536 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150536 is #EAFAC9. Grayscale: #0F0F0F. Windows color (decimal): -15399626 or 3540245. OLE color: 3540245.

HSL color Cylindrical-coordinate representation of color #150536: hue angle of 259.59º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150536 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 5 54 -
CMYK 0.61 0.91 0 0.79
HSL 259.59º 0.83% 0.12% -
HSV(B) 259.59º 0.91% 0.21% -
XYZ 1.03 0.53 3.54 -
YUV 15.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 21 5 54 0.61 0.91 0 0.79 259.59 0.83 0.12
Hex 15 5 36 3D 5B 0 4F 104 53 C
Octal 25 5 66 75 133 0 117 404 123 14
Binary 10101 101 110110 111101 1011011 0 1001111 100000100 1010011 1100

Color Harmonies of #150536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150536

Black with #150536

Text Example


Text Example

White with #150536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150536; }

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

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

background-color css

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

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

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

border-color css

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

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

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