Html Css Color HEX #19002C Blackcurrant

📋 copy color: '#19002C'

red 25 ◦ green 0 ◦ blue 44

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

Shades of Blackcurrant #19002C

Tints of Blackcurrant #19002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 44 (17.58% from 255) = 63.77%

R = 36.23%
G = 0%
B = 63.77%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#19002C (or 0x19002C) is known color: Blackcurrant. HEX triplet: 19, 00 and 2C. RGB value is (25,0,44). Sum of RGB (Red+Green+Blue) = 25+0+44=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 44 (17.58% from 255 or 63.77% from 69); Max value from RGB is 44 - color contains mainly: blue. Hex color #19002C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19002C is #E6FFD3. Grayscale: #0C0C0C. Windows color (decimal): -15138772 or 2883609. OLE color: 2883609.

HSL color Cylindrical-coordinate representation of color #19002C: hue angle of 274.09º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19002C is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 25 0 44 -
CMYK 0.43 1 0 0.83
HSL 274.09º 1% 0.09% -
HSV(B) 274.09º 1% 0.17% -
XYZ 0.86 0.39 2.41 -
YUV 12.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 25 0 44 0.43 1 0 0.83 274.09 1 0.09
Hex 19 0 2C 2B 64 0 53 112 64 9
Octal 31 0 54 53 144 0 123 422 144 11
Binary 11001 0 101100 101011 1100100 0 1010011 100010010 1100100 1001

Color Harmonies of #19002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19002C

Black with #19002C

Text Example


Text Example

White with #19002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19002C; }

 p { color: rgb(25,0,44); }

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

background-color css

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

 a { background-color: rgb(25,0,44); }

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

border-color css

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

 span { border-color: rgb(25,0,44); }

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