Html Css Color HEX #19033B Blackcurrant

📋 copy color: '#19033B'

red 25 ◦ green 3 ◦ blue 59

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

Shades of Blackcurrant #19033B

Tints of Blackcurrant #19033B

RGB

 RED value IS 25 (10.16% from 255) = 28.74%

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

 BLUE value IS 59 (23.44% from 255) = 67.82%

R = 28.74%
G = 3.45%
B = 67.82%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#19033B (or 0x19033B) is known color: Blackcurrant. HEX triplet: 19, 03 and 3B. RGB value is (25,3,59). Sum of RGB (Red+Green+Blue) = 25+3+59=87 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.74% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 59 (23.44% from 255 or 67.82% from 87); Max value from RGB is 59 - color contains mainly: blue. Hex color #19033B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19033B is #E6FCC4. Grayscale: #0F0F0F. Windows color (decimal): -15137989 or 3867417. OLE color: 3867417.

HSL color Cylindrical-coordinate representation of color #19033B: hue angle of 263.57º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #19033B is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 25 3 59 -
CMYK 0.58 0.95 0 0.77
HSL 263.57º 0.9% 0.12% -
HSV(B) 263.57º 0.95% 0.23% -
XYZ 1.22 0.59 4.19 -
YUV 15.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 25 3 59 0.58 0.95 0 0.77 263.57 0.9 0.12
Hex 19 3 3B 3A 5F 0 4D 108 5A C
Octal 31 3 73 72 137 0 115 410 132 14
Binary 11001 11 111011 111010 1011111 0 1001101 100001000 1011010 1100

Color Harmonies of #19033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19033B

Black with #19033B

Text Example


Text Example

White with #19033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19033B; }

 p { color: rgb(25,3,59); }

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

background-color css

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

 a { background-color: rgb(25,3,59); }

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

border-color css

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

 span { border-color: rgb(25,3,59); }

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