Html Css Color HEX #150227 Blackcurrant

📋 copy color: '#150227'

red 21 ◦ green 2 ◦ blue 39

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

Shades of Blackcurrant #150227

Tints of Blackcurrant #150227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.23%

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

R = 33.87%
G = 3.23%
B = 62.9%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#150227 (or 0x150227) is known color: Blackcurrant. HEX triplet: 15, 02 and 27. RGB value is (21,2,39). Sum of RGB (Red+Green+Blue) = 21+2+39=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 39 (15.62% from 255 or 62.90% from 62); Max value from RGB is 39 - color contains mainly: blue. Hex color #150227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150227 is #EAFDD8. Grayscale: #0B0B0B. Windows color (decimal): -15400409 or 2556437. OLE color: 2556437.

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

Color convert

RGB 21 2 39 -
CMYK 0.46 0.95 0 0.85
HSL 270.81º 0.9% 0.08% -
HSV(B) 270.81º 0.95% 0.15% -
XYZ 0.7 0.35 1.95 -
YUV 11.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 21 2 39 0.46 0.95 0 0.85 270.81 0.9 0.08
Hex 15 2 27 2E 5F 0 55 10F 5A 8
Octal 25 2 47 56 137 0 125 417 132 10
Binary 10101 10 100111 101110 1011111 0 1010101 100001111 1011010 1000

Color Harmonies of #150227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150227

Black with #150227

Text Example


Text Example

White with #150227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150227; }

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

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

background-color css

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

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

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

border-color css

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

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

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