Html Css Color HEX #150434 Blackcurrant

📋 copy color: '#150434'

red 21 ◦ green 4 ◦ blue 52

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

Shades of Blackcurrant #150434

Tints of Blackcurrant #150434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.19%

 BLUE value IS 52 (20.7% from 255) = 67.53%

R = 27.27%
G = 5.19%
B = 67.53%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#150434 (or 0x150434) is known color: Blackcurrant. HEX triplet: 15, 04 and 34. RGB value is (21,4,52). Sum of RGB (Red+Green+Blue) = 21+4+52=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 52 (20.70% from 255 or 67.53% from 77); Max value from RGB is 52 - color contains mainly: blue. Hex color #150434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150434 is #EAFBCB. Grayscale: #0E0E0E. Windows color (decimal): -15399884 or 3408917. OLE color: 3408917.

HSL color Cylindrical-coordinate representation of color #150434: hue angle of 261.25º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150434 is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 4 52 -
CMYK 0.60 0.92 0 0.80
HSL 261.25º 0.86% 0.11% -
HSV(B) 261.25º 0.92% 0.2% -
XYZ 0.97 0.49 3.29 -
YUV 14.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 21 4 52 0.60 0.92 0 0.80 261.25 0.86 0.11
Hex 15 4 34 3C 5C 0 50 105 56 B
Octal 25 4 64 74 134 0 120 405 126 13
Binary 10101 100 110100 111100 1011100 0 1010000 100000101 1010110 1011

Color Harmonies of #150434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150434

Black with #150434

Text Example


Text Example

White with #150434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150434; }

 p { color: rgb(21,4,52); }

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

background-color css

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

 a { background-color: rgb(21,4,52); }

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

border-color css

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

 span { border-color: rgb(21,4,52); }

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