Html Css Color HEX #150339 Blackcurrant

📋 copy color: '#150339'

red 21 ◦ green 3 ◦ blue 57

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

Shades of Blackcurrant #150339

Tints of Blackcurrant #150339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 70.37%

R = 25.93%
G = 3.7%
B = 70.37%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#150339 (or 0x150339) is known color: Blackcurrant. HEX triplet: 15, 03 and 39. RGB value is (21,3,57). Sum of RGB (Red+Green+Blue) = 21+3+57=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 57 (22.66% from 255 or 70.37% from 81); Max value from RGB is 57 - color contains mainly: blue. Hex color #150339 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150339 is #EAFCC6. Grayscale: #0E0E0E. Windows color (decimal): -15400135 or 3736341. OLE color: 3736341.

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

Color convert

RGB 21 3 57 -
CMYK 0.63 0.95 0 0.78
HSL 260º 0.9% 0.12% -
HSV(B) 260º 0.95% 0.22% -
XYZ 1.08 0.52 3.91 -
YUV 14.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 21 3 57 0.63 0.95 0 0.78 260 0.9 0.12
Hex 15 3 39 3F 5F 0 4E 104 5A C
Octal 25 3 71 77 137 0 116 404 132 14
Binary 10101 11 111001 111111 1011111 0 1001110 100000100 1011010 1100

Color Harmonies of #150339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150339

Black with #150339

Text Example


Text Example

White with #150339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150339; }

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

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

background-color css

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

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

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

border-color css

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

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

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