Html Css Color HEX #150236 Blackcurrant

📋 copy color: '#150236'

red 21 ◦ green 2 ◦ blue 54

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

Shades of Blackcurrant #150236

Tints of Blackcurrant #150236

RGB

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

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

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

R = 27.27%
G = 2.6%
B = 70.13%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#150236 (or 0x150236) is known color: Blackcurrant. HEX triplet: 15, 02 and 36. RGB value is (21,2,54). Sum of RGB (Red+Green+Blue) = 21+2+54=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 54 (21.48% from 255 or 70.13% from 77); Max value from RGB is 54 - color contains mainly: blue. Hex color #150236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150236 is #EAFDC9. Grayscale: #0D0D0D. Windows color (decimal): -15400394 or 3539477. OLE color: 3539477.

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

Color convert

RGB 21 2 54 -
CMYK 0.61 0.96 0 0.79
HSL 261.92º 0.93% 0.11% -
HSV(B) 261.92º 0.96% 0.21% -
XYZ 1 0.47 3.53 -
YUV 13.61 150.79 133.27 -
System Red Green Blue C M Y K H S L
Decimal 21 2 54 0.61 0.96 0 0.79 261.92 0.93 0.11
Hex 15 2 36 3D 60 0 4F 106 5D B
Octal 25 2 66 75 140 0 117 406 135 13
Binary 10101 10 110110 111101 1100000 0 1001111 100000110 1011101 1011

Color Harmonies of #150236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150236

Black with #150236

Text Example


Text Example

White with #150236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150236; }

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

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

background-color css

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

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

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

border-color css

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

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

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