Html Css Color HEX #190228 Blackcurrant

📋 copy color: '#190228'

red 25 ◦ green 2 ◦ blue 40

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

Shades of Blackcurrant #190228

Tints of Blackcurrant #190228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 59.7%

R = 37.31%
G = 2.99%
B = 59.7%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#190228 (or 0x190228) is known color: Blackcurrant. HEX triplet: 19, 02 and 28. RGB value is (25,2,40). Sum of RGB (Red+Green+Blue) = 25+2+40=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 40 (16.02% from 255 or 59.70% from 67); Max value from RGB is 40 - color contains mainly: blue. Hex color #190228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190228 is #E6FDD7. Grayscale: #0D0D0D. Windows color (decimal): -15138264 or 2621977. OLE color: 2621977.

HSL color Cylindrical-coordinate representation of color #190228: hue angle of 276.32º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190228 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 25 2 40 -
CMYK 0.38 0.95 0 0.84
HSL 276.32º 0.9% 0.08% -
HSV(B) 276.32º 0.95% 0.16% -
XYZ 0.81 0.4 2.04 -
YUV 13.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 25 2 40 0.38 0.95 0 0.84 276.32 0.9 0.08
Hex 19 2 28 26 5F 0 54 114 5A 8
Octal 31 2 50 46 137 0 124 424 132 10
Binary 11001 10 101000 100110 1011111 0 1010100 100010100 1011010 1000

Color Harmonies of #190228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190228

Black with #190228

Text Example


Text Example

White with #190228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190228; }

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

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

background-color css

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

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

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

border-color css

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

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

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