Html Css Color HEX #150138 Blackcurrant

📋 copy color: '#150138'

red 21 ◦ green 1 ◦ blue 56

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

Shades of Blackcurrant #150138

Tints of Blackcurrant #150138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.28%

 BLUE value IS 56 (22.27% from 255) = 71.79%

R = 26.92%
G = 1.28%
B = 71.79%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#150138 (or 0x150138) is known color: Blackcurrant. HEX triplet: 15, 01 and 38. RGB value is (21,1,56). Sum of RGB (Red+Green+Blue) = 21+1+56=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 56 (22.27% from 255 or 71.79% from 78); Max value from RGB is 56 - color contains mainly: blue. Hex color #150138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150138 is #EAFEC7. Grayscale: #0D0D0D. Windows color (decimal): -15400648 or 3670293. OLE color: 3670293.

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

Color convert

RGB 21 1 56 -
CMYK 0.63 0.98 0 0.78
HSL 261.82º 0.96% 0.11% -
HSV(B) 261.82º 0.98% 0.22% -
XYZ 1.03 0.47 3.78 -
YUV 13.25 152.13 133.53 -
System Red Green Blue C M Y K H S L
Decimal 21 1 56 0.63 0.98 0 0.78 261.82 0.96 0.11
Hex 15 1 38 3F 62 0 4E 106 60 B
Octal 25 1 70 77 142 0 116 406 140 13
Binary 10101 1 111000 111111 1100010 0 1001110 100000110 1100000 1011

Color Harmonies of #150138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150138

Black with #150138

Text Example


Text Example

White with #150138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150138; }

 p { color: rgb(21,1,56); }

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

background-color css

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

 a { background-color: rgb(21,1,56); }

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

border-color css

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

 span { border-color: rgb(21,1,56); }

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