Html Css Color HEX #150023 Blackcurrant

📋 copy color: '#150023'

red 21 ◦ green 0 ◦ blue 35

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

Shades of Blackcurrant #150023

Tints of Blackcurrant #150023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 62.5%

R = 37.5%
G = 0%
B = 62.5%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#150023 (or 0x150023) is known color: Blackcurrant. HEX triplet: 15, 00 and 23. RGB value is (21,0,35). Sum of RGB (Red+Green+Blue) = 21+0+35=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 35 (14.06% from 255 or 62.5% from 56); Max value from RGB is 35 - color contains mainly: blue. Hex color #150023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150023 is #EAFFDC. Grayscale: #0A0A0A. Windows color (decimal): -15400925 or 2293781. OLE color: 2293781.

HSL color Cylindrical-coordinate representation of color #150023: hue angle of 276º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150023 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 21 0 35 -
CMYK 0.40 1 0 0.86
HSL 276º 1% 0.07% -
HSV(B) 276º 1% 0.14% -
XYZ 0.61 0.28 1.61 -
YUV 10.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 21 0 35 0.40 1 0 0.86 276 1 0.07
Hex 15 0 23 28 64 0 56 114 64 7
Octal 25 0 43 50 144 0 126 424 144 7
Binary 10101 0 100011 101000 1100100 0 1010110 100010100 1100100 111

Color Harmonies of #150023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150023

Black with #150023

Text Example


Text Example

White with #150023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150023; }

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

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

background-color css

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

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

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

border-color css

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

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

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