Html Css Color HEX #19063C Blackcurrant

📋 copy color: '#19063C'

red 25 ◦ green 6 ◦ blue 60

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

Shades of Blackcurrant #19063C

Tints of Blackcurrant #19063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.59%

 BLUE value IS 60 (23.83% from 255) = 65.93%

R = 27.47%
G = 6.59%
B = 65.93%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19063C (or 0x19063C) is known color: Blackcurrant. HEX triplet: 19, 06 and 3C. RGB value is (25,6,60). Sum of RGB (Red+Green+Blue) = 25+6+60=91 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.47% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 60 (23.83% from 255 or 65.93% from 91); Max value from RGB is 60 - color contains mainly: blue. Hex color #19063C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19063C is #E6F9C3. Grayscale: #111111. Windows color (decimal): -15137220 or 3933721. OLE color: 3933721.

HSL color Cylindrical-coordinate representation of color #19063C: hue angle of 261.11º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19063C is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 25 6 60 -
CMYK 0.58 0.90 0 0.76
HSL 261.11º 0.82% 0.13% -
HSV(B) 261.11º 0.9% 0.24% -
XYZ 1.28 0.66 4.34 -
YUV 17.84 151.79 133.11 -
System Red Green Blue C M Y K H S L
Decimal 25 6 60 0.58 0.90 0 0.76 261.11 0.82 0.13
Hex 19 6 3C 3A 5A 0 4C 105 52 D
Octal 31 6 74 72 132 0 114 405 122 15
Binary 11001 110 111100 111010 1011010 0 1001100 100000101 1010010 1101

Color Harmonies of #19063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19063C

Black with #19063C

Text Example


Text Example

White with #19063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,6,60); }

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

background-color css

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

 a { background-color: rgb(25,6,60); }

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

border-color css

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

 span { border-color: rgb(25,6,60); }

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