Html Css Color HEX #150239 Blackcurrant

📋 copy color: '#150239'

red 21 ◦ green 2 ◦ blue 57

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

Shades of Blackcurrant #150239

Tints of Blackcurrant #150239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 71.25%

R = 26.25%
G = 2.5%
B = 71.25%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#150239 (or 0x150239) is known color: Blackcurrant. HEX triplet: 15, 02 and 39. RGB value is (21,2,57). Sum of RGB (Red+Green+Blue) = 21+2+57=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 57 (22.66% from 255 or 71.25% from 80); Max value from RGB is 57 - color contains mainly: blue. Hex color #150239 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150239 is #EAFDC6. Grayscale: #0D0D0D. Windows color (decimal): -15400391 or 3736085. OLE color: 3736085.

HSL color Cylindrical-coordinate representation of color #150239: hue angle of 260.73º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150239 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 2 57 -
CMYK 0.63 0.96 0 0.78
HSL 260.73º 0.93% 0.12% -
HSV(B) 260.73º 0.96% 0.22% -
XYZ 1.07 0.5 3.91 -
YUV 13.95 152.29 133.03 -
System Red Green Blue C M Y K H S L
Decimal 21 2 57 0.63 0.96 0 0.78 260.73 0.93 0.12
Hex 15 2 39 3F 60 0 4E 105 5D C
Octal 25 2 71 77 140 0 116 405 135 14
Binary 10101 10 111001 111111 1100000 0 1001110 100000101 1011101 1100

Color Harmonies of #150239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150239

Black with #150239

Text Example


Text Example

White with #150239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150239; }

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

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

background-color css

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

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

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

border-color css

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

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

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