Html Css Color HEX #190338 Blackcurrant

📋 copy color: '#190338'

red 25 ◦ green 3 ◦ blue 56

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

Shades of Blackcurrant #190338

Tints of Blackcurrant #190338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 66.67%

R = 29.76%
G = 3.57%
B = 66.67%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#190338 (or 0x190338) is known color: Blackcurrant. HEX triplet: 19, 03 and 38. RGB value is (25,3,56). Sum of RGB (Red+Green+Blue) = 25+3+56=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 56 (22.27% from 255 or 66.67% from 84); Max value from RGB is 56 - color contains mainly: blue. Hex color #190338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190338 is #E6FCC7. Grayscale: #0F0F0F. Windows color (decimal): -15137992 or 3670809. OLE color: 3670809.

HSL color Cylindrical-coordinate representation of color #190338: hue angle of 264.91º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190338 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 3 56 -
CMYK 0.55 0.95 0 0.78
HSL 264.91º 0.9% 0.12% -
HSV(B) 264.91º 0.95% 0.22% -
XYZ 1.15 0.56 3.79 -
YUV 15.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 25 3 56 0.55 0.95 0 0.78 264.91 0.9 0.12
Hex 19 3 38 37 5F 0 4E 109 5A C
Octal 31 3 70 67 137 0 116 411 132 14
Binary 11001 11 111000 110111 1011111 0 1001110 100001001 1011010 1100

Color Harmonies of #190338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190338

Black with #190338

Text Example


Text Example

White with #190338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190338; }

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

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

background-color css

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

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

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

border-color css

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

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

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