Html Css Color HEX #150333 Blackcurrant

📋 copy color: '#150333'

red 21 ◦ green 3 ◦ blue 51

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

Shades of Blackcurrant #150333

Tints of Blackcurrant #150333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4%

 BLUE value IS 51 (20.31% from 255) = 68%

R = 28%
G = 4%
B = 68%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#150333 (or 0x150333) is known color: Blackcurrant. HEX triplet: 15, 03 and 33. RGB value is (21,3,51). Sum of RGB (Red+Green+Blue) = 21+3+51=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 51 (20.31% from 255 or 68% from 75); Max value from RGB is 51 - color contains mainly: blue. Hex color #150333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150333 is #EAFCCC. Grayscale: #0D0D0D. Windows color (decimal): -15400141 or 3343125. OLE color: 3343125.

HSL color Cylindrical-coordinate representation of color #150333: hue angle of 262.5º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150333 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 21 3 51 -
CMYK 0.59 0.94 0 0.8
HSL 262.5º 0.89% 0.11% -
HSV(B) 262.5º 0.94% 0.2% -
XYZ 0.94 0.46 3.17 -
YUV 13.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 21 3 51 0.59 0.94 0 0.8 262.5 0.89 0.11
Hex 15 3 33 3B 5E 0 50 106 59 B
Octal 25 3 63 73 136 0 120 406 131 13
Binary 10101 11 110011 111011 1011110 0 1010000 100000110 1011001 1011

Color Harmonies of #150333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150333

Black with #150333

Text Example


Text Example

White with #150333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150333; }

 p { color: rgb(21,3,51); }

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

background-color css

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

 a { background-color: rgb(21,3,51); }

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

border-color css

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

 span { border-color: rgb(21,3,51); }

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