Html Css Color HEX #19022F Blackcurrant

📋 copy color: '#19022F'

red 25 ◦ green 2 ◦ blue 47

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

Shades of Blackcurrant #19022F

Tints of Blackcurrant #19022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.7%

 BLUE value IS 47 (18.75% from 255) = 63.51%

R = 33.78%
G = 2.7%
B = 63.51%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#19022F (or 0x19022F) is known color: Blackcurrant. HEX triplet: 19, 02 and 2F. RGB value is (25,2,47). Sum of RGB (Red+Green+Blue) = 25+2+47=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 47 (18.75% from 255 or 63.51% from 74); Max value from RGB is 47 - color contains mainly: blue. Hex color #19022F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19022F is #E6FDD0. Grayscale: #0D0D0D. Windows color (decimal): -15138257 or 3080729. OLE color: 3080729.

HSL color Cylindrical-coordinate representation of color #19022F: hue angle of 270.67º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #19022F is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 25 2 47 -
CMYK 0.47 0.96 0 0.82
HSL 270.67º 0.92% 0.1% -
HSV(B) 270.67º 0.96% 0.18% -
XYZ 0.94 0.46 2.73 -
YUV 14.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 25 2 47 0.47 0.96 0 0.82 270.67 0.92 0.1
Hex 19 2 2F 2F 60 0 52 10F 5C A
Octal 31 2 57 57 140 0 122 417 134 12
Binary 11001 10 101111 101111 1100000 0 1010010 100001111 1011100 1010

Color Harmonies of #19022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19022F

Black with #19022F

Text Example


Text Example

White with #19022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19022F; }

 p { color: rgb(25,2,47); }

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

background-color css

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

 a { background-color: rgb(25,2,47); }

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

border-color css

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

 span { border-color: rgb(25,2,47); }

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