Html Css Color HEX #150233 Blackcurrant

📋 copy color: '#150233'

red 21 ◦ green 2 ◦ blue 51

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

Shades of Blackcurrant #150233

Tints of Blackcurrant #150233

RGB

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

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

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

R = 28.38%
G = 2.7%
B = 68.92%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#150233 (or 0x150233) is known color: Blackcurrant. HEX triplet: 15, 02 and 33. RGB value is (21,2,51). Sum of RGB (Red+Green+Blue) = 21+2+51=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 51 (20.31% from 255 or 68.92% from 74); Max value from RGB is 51 - color contains mainly: blue. Hex color #150233 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150233 is #EAFDCC. Grayscale: #0D0D0D. Windows color (decimal): -15400397 or 3342869. OLE color: 3342869.

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

Color convert

RGB 21 2 51 -
CMYK 0.59 0.96 0 0.8
HSL 263.27º 0.92% 0.1% -
HSV(B) 263.27º 0.96% 0.2% -
XYZ 0.93 0.44 3.17 -
YUV 13.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 21 2 51 0.59 0.96 0 0.8 263.27 0.92 0.1
Hex 15 2 33 3B 60 0 50 107 5C A
Octal 25 2 63 73 140 0 120 407 134 12
Binary 10101 10 110011 111011 1100000 0 1010000 100000111 1011100 1010

Color Harmonies of #150233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150233

Black with #150233

Text Example


Text Example

White with #150233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150233; }

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

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

background-color css

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

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

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

border-color css

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

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

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