Html Css Color HEX #150038 Blackcurrant

📋 copy color: '#150038'

red 21 ◦ green 0 ◦ blue 56

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

Shades of Blackcurrant #150038

Tints of Blackcurrant #150038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 27.27%
G = 0%
B = 72.73%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#150038 (or 0x150038) is known color: Blackcurrant. HEX triplet: 15, 00 and 38. RGB value is (21,0,56). Sum of RGB (Red+Green+Blue) = 21+0+56=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 56 (22.27% from 255 or 72.73% from 77); Max value from RGB is 56 - color contains mainly: blue. Hex color #150038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150038 is #EAFFC7. Grayscale: #0C0C0C. Windows color (decimal): -15400904 or 3670037. OLE color: 3670037.

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

Color convert

RGB 21 0 56 -
CMYK 0.63 1 0 0.78
HSL 262.5º 1% 0.11% -
HSV(B) 262.5º 1% 0.22% -
XYZ 1.02 0.44 3.77 -
YUV 12.66 152.46 133.95 -
System Red Green Blue C M Y K H S L
Decimal 21 0 56 0.63 1 0 0.78 262.5 1 0.11
Hex 15 0 38 3F 64 0 4E 106 64 B
Octal 25 0 70 77 144 0 116 406 144 13
Binary 10101 0 111000 111111 1100100 0 1001110 100000110 1100100 1011

Color Harmonies of #150038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150038

Black with #150038

Text Example


Text Example

White with #150038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150038; }

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

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

background-color css

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

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

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

border-color css

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

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

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