Html Css Color HEX #150237 Blackcurrant

📋 copy color: '#150237'

red 21 ◦ green 2 ◦ blue 55

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

Shades of Blackcurrant #150237

Tints of Blackcurrant #150237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 70.51%

R = 26.92%
G = 2.56%
B = 70.51%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#150237 (or 0x150237) is known color: Blackcurrant. HEX triplet: 15, 02 and 37. RGB value is (21,2,55). Sum of RGB (Red+Green+Blue) = 21+2+55=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 55 (21.88% from 255 or 70.51% from 78); Max value from RGB is 55 - color contains mainly: blue. Hex color #150237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150237 is #EAFDC8. Grayscale: #0D0D0D. Windows color (decimal): -15400393 or 3605013. OLE color: 3605013.

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

Color convert

RGB 21 2 55 -
CMYK 0.62 0.96 0 0.78
HSL 261.51º 0.93% 0.11% -
HSV(B) 261.51º 0.96% 0.22% -
XYZ 1.02 0.48 3.65 -
YUV 13.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 21 2 55 0.62 0.96 0 0.78 261.51 0.93 0.11
Hex 15 2 37 3E 60 0 4E 106 5D B
Octal 25 2 67 76 140 0 116 406 135 13
Binary 10101 10 110111 111110 1100000 0 1001110 100000110 1011101 1011

Color Harmonies of #150237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150237

Black with #150237

Text Example


Text Example

White with #150237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150237; }

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

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

background-color css

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

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

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

border-color css

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

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

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