Html Css Color HEX #190C21 Blackcurrant

📋 copy color: '#190C21'

red 25 ◦ green 12 ◦ blue 33

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

Shades of Blackcurrant #190C21

Tints of Blackcurrant #190C21

RGB

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

 GREEN value IS 12 (5.08% from 255) = 17.14%

 BLUE value IS 33 (13.28% from 255) = 47.14%

R = 35.71%
G = 17.14%
B = 47.14%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#190C21 (or 0x190C21) is known color: Blackcurrant. HEX triplet: 19, 0C and 21. RGB value is (25,12,33). Sum of RGB (Red+Green+Blue) = 25+12+33=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 33 (13.28% from 255 or 47.14% from 70); Max value from RGB is 33 - color contains mainly: blue. Hex color #190C21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190C21 is #E6F3DE. Grayscale: #121212. Windows color (decimal): -15135711 or 2165785. OLE color: 2165785.

HSL color Cylindrical-coordinate representation of color #190C21: hue angle of 277.14º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #190C21 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 25 12 33 -
CMYK 0.24 0.64 0 0.87
HSL 277.14º 0.47% 0.09% -
HSV(B) 277.14º 0.64% 0.13% -
XYZ 0.81 0.58 1.51 -
YUV 18.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 25 12 33 0.24 0.64 0 0.87 277.14 0.47 0.09
Hex 19 C 21 18 40 0 57 115 2F 9
Octal 31 14 41 30 100 0 127 425 57 11
Binary 11001 1100 100001 11000 1000000 0 1010111 100010101 101111 1001

Color Harmonies of #190C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190C21

Black with #190C21

Text Example


Text Example

White with #190C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190C21; }

 p { color: rgb(25,12,33); }

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

background-color css

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

 a { background-color: rgb(25,12,33); }

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

border-color css

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

 span { border-color: rgb(25,12,33); }

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