Html Css Color HEX #150027 Blackcurrant

📋 copy color: '#150027'

red 21 ◦ green 0 ◦ blue 39

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

Shades of Blackcurrant #150027

Tints of Blackcurrant #150027

RGB

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

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

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

R = 35%
G = 0%
B = 65%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#150027 (or 0x150027) is known color: Blackcurrant. HEX triplet: 15, 00 and 27. RGB value is (21,0,39). Sum of RGB (Red+Green+Blue) = 21+0+39=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 39 (15.62% from 255 or 65% from 60); Max value from RGB is 39 - color contains mainly: blue. Hex color #150027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150027 is #EAFFD8. Grayscale: #0A0A0A. Windows color (decimal): -15400921 or 2555925. OLE color: 2555925.

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

Color convert

RGB 21 0 39 -
CMYK 0.46 1 0 0.85
HSL 272.31º 1% 0.08% -
HSV(B) 272.31º 1% 0.15% -
XYZ 0.68 0.31 1.94 -
YUV 10.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 21 0 39 0.46 1 0 0.85 272.31 1 0.08
Hex 15 0 27 2E 64 0 55 110 64 8
Octal 25 0 47 56 144 0 125 420 144 10
Binary 10101 0 100111 101110 1100100 0 1010101 100010000 1100100 1000

Color Harmonies of #150027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150027

Black with #150027

Text Example


Text Example

White with #150027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150027; }

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

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

background-color css

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

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

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

border-color css

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

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

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