Html Css Color HEX #190235 Blackcurrant

📋 copy color: '#190235'

red 25 ◦ green 2 ◦ blue 53

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

Shades of Blackcurrant #190235

Tints of Blackcurrant #190235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 66.25%

R = 31.25%
G = 2.5%
B = 66.25%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#190235 (or 0x190235) is known color: Blackcurrant. HEX triplet: 19, 02 and 35. RGB value is (25,2,53). Sum of RGB (Red+Green+Blue) = 25+2+53=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 53 (21.09% from 255 or 66.25% from 80); Max value from RGB is 53 - color contains mainly: blue. Hex color #190235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190235 is #E6FDCA. Grayscale: #0E0E0E. Windows color (decimal): -15138251 or 3473945. OLE color: 3473945.

HSL color Cylindrical-coordinate representation of color #190235: hue angle of 267.06º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190235 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 25 2 53 -
CMYK 0.53 0.96 0 0.79
HSL 267.06º 0.93% 0.11% -
HSV(B) 267.06º 0.96% 0.21% -
XYZ 1.07 0.51 3.41 -
YUV 14.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 25 2 53 0.53 0.96 0 0.79 267.06 0.93 0.11
Hex 19 2 35 35 60 0 4F 10B 5D B
Octal 31 2 65 65 140 0 117 413 135 13
Binary 11001 10 110101 110101 1100000 0 1001111 100001011 1011101 1011

Color Harmonies of #190235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190235

Black with #190235

Text Example


Text Example

White with #190235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190235; }

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

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

background-color css

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

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

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

border-color css

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

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

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