Html Css Color HEX #150527 Blackcurrant

📋 copy color: '#150527'

red 21 ◦ green 5 ◦ blue 39

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

Shades of Blackcurrant #150527

Tints of Blackcurrant #150527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 60%

R = 32.31%
G = 7.69%
B = 60%

CMYK

 C value IS 0.46

 M value IS 0.87

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#150527 (or 0x150527) is known color: Blackcurrant. HEX triplet: 15, 05 and 27. RGB value is (21,5,39). Sum of RGB (Red+Green+Blue) = 21+5+39=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 39 (15.62% from 255 or 60% from 65); Max value from RGB is 39 - color contains mainly: blue. Hex color #150527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150527 is #EAFAD8. Grayscale: #0D0D0D. Windows color (decimal): -15399641 or 2557205. OLE color: 2557205.

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

Color convert

RGB 21 5 39 -
CMYK 0.46 0.87 0 0.85
HSL 268.24º 0.77% 0.09% -
HSV(B) 268.24º 0.87% 0.15% -
XYZ 0.73 0.41 1.96 -
YUV 13.66 142.3 133.24 -
System Red Green Blue C M Y K H S L
Decimal 21 5 39 0.46 0.87 0 0.85 268.24 0.77 0.09
Hex 15 5 27 2E 57 0 55 10C 4D 9
Octal 25 5 47 56 127 0 125 414 115 11
Binary 10101 101 100111 101110 1010111 0 1010101 100001100 1001101 1001

Color Harmonies of #150527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150527

Black with #150527

Text Example


Text Example

White with #150527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150527; }

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

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

background-color css

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

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

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

border-color css

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

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

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