Html Css Color HEX #150338 Blackcurrant

📋 copy color: '#150338'

red 21 ◦ green 3 ◦ blue 56

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

Shades of Blackcurrant #150338

Tints of Blackcurrant #150338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 70%

R = 26.25%
G = 3.75%
B = 70%

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

#150338 (or 0x150338) is known color: Blackcurrant. HEX triplet: 15, 03 and 38. RGB value is (21,3,56). Sum of RGB (Red+Green+Blue) = 21+3+56=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 56 (22.27% from 255 or 70% from 80); Max value from RGB is 56 - color contains mainly: blue. Hex color #150338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150338 is #EAFCC7. Grayscale: #0E0E0E. Windows color (decimal): -15400136 or 3670805. OLE color: 3670805.

HSL color Cylindrical-coordinate representation of color #150338: hue angle of 260.38º 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 #150338 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 3 56 -
CMYK 0.63 0.95 0 0.78
HSL 260.38º 0.9% 0.12% -
HSV(B) 260.38º 0.95% 0.22% -
XYZ 1.06 0.51 3.78 -
YUV 14.42 151.46 132.69 -
System Red Green Blue C M Y K H S L
Decimal 21 3 56 0.63 0.95 0 0.78 260.38 0.9 0.12
Hex 15 3 38 3F 5F 0 4E 104 5A C
Octal 25 3 70 77 137 0 116 404 132 14
Binary 10101 11 111000 111111 1011111 0 1001110 100000100 1011010 1100

Color Harmonies of #150338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150338

Black with #150338

Text Example


Text Example

White with #150338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150338; }

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

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

background-color css

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

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

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

border-color css

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

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

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