Html Css Color HEX #190933 Blackcurrant

📋 copy color: '#190933'

red 25 ◦ green 9 ◦ blue 51

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

Shades of Blackcurrant #190933

Tints of Blackcurrant #190933

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.59%

 BLUE value IS 51 (20.31% from 255) = 60%

R = 29.41%
G = 10.59%
B = 60%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#190933 (or 0x190933) is known color: Blackcurrant. HEX triplet: 19, 09 and 33. RGB value is (25,9,51). Sum of RGB (Red+Green+Blue) = 25+9+51=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 51 (20.31% from 255 or 60% from 85); Max value from RGB is 51 - color contains mainly: blue. Hex color #190933 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190933 is #E6F6CC. Grayscale: #121212. Windows color (decimal): -15136461 or 3344665. OLE color: 3344665.

HSL color Cylindrical-coordinate representation of color #190933: hue angle of 262.86º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #190933 is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 25 9 51 -
CMYK 0.51 0.82 0 0.8
HSL 262.86º 0.7% 0.12% -
HSV(B) 262.86º 0.82% 0.2% -
XYZ 1.1 0.64 3.2 -
YUV 18.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 25 9 51 0.51 0.82 0 0.8 262.86 0.7 0.12
Hex 19 9 33 33 52 0 50 107 46 C
Octal 31 11 63 63 122 0 120 407 106 14
Binary 11001 1001 110011 110011 1010010 0 1010000 100000111 1000110 1100

Color Harmonies of #190933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190933

Black with #190933

Text Example


Text Example

White with #190933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190933; }

 p { color: rgb(25,9,51); }

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

background-color css

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

 a { background-color: rgb(25,9,51); }

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

border-color css

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

 span { border-color: rgb(25,9,51); }

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