Html Css Color HEX #150330 Blackcurrant

📋 copy color: '#150330'

red 21 ◦ green 3 ◦ blue 48

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

Shades of Blackcurrant #150330

Tints of Blackcurrant #150330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 66.67%

R = 29.17%
G = 4.17%
B = 66.67%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#150330 (or 0x150330) is known color: Blackcurrant. HEX triplet: 15, 03 and 30. RGB value is (21,3,48). Sum of RGB (Red+Green+Blue) = 21+3+48=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #150330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150330 is #EAFCCF. Grayscale: #0D0D0D. Windows color (decimal): -15400144 or 3146517. OLE color: 3146517.

HSL color Cylindrical-coordinate representation of color #150330: hue angle of 264º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150330 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 3 48 -
CMYK 0.56 0.94 0 0.81
HSL 264º 0.88% 0.1% -
HSV(B) 264º 0.94% 0.19% -
XYZ 0.88 0.44 2.83 -
YUV 13.51 147.46 133.34 -
System Red Green Blue C M Y K H S L
Decimal 21 3 48 0.56 0.94 0 0.81 264 0.88 0.1
Hex 15 3 30 38 5E 0 51 108 58 A
Octal 25 3 60 70 136 0 121 410 130 12
Binary 10101 11 110000 111000 1011110 0 1010001 100001000 1011000 1010

Color Harmonies of #150330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150330

Black with #150330

Text Example


Text Example

White with #150330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150330; }

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

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

background-color css

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

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

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

border-color css

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

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

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