Html Css Color HEX #190335 Blackcurrant

📋 copy color: '#190335'

red 25 ◦ green 3 ◦ blue 53

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

Shades of Blackcurrant #190335

Tints of Blackcurrant #190335

RGB

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

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

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

R = 30.86%
G = 3.7%
B = 65.43%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#190335 (or 0x190335) is known color: Blackcurrant. HEX triplet: 19, 03 and 35. RGB value is (25,3,53). Sum of RGB (Red+Green+Blue) = 25+3+53=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 53 (21.09% from 255 or 65.43% from 81); Max value from RGB is 53 - color contains mainly: blue. Hex color #190335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190335 is #E6FCCA. Grayscale: #0F0F0F. Windows color (decimal): -15137995 or 3474201. OLE color: 3474201.

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

Color convert

RGB 25 3 53 -
CMYK 0.53 0.94 0 0.79
HSL 266.4º 0.89% 0.11% -
HSV(B) 266.4º 0.94% 0.21% -
XYZ 1.08 0.53 3.41 -
YUV 15.28 149.29 134.93 -
System Red Green Blue C M Y K H S L
Decimal 25 3 53 0.53 0.94 0 0.79 266.4 0.89 0.11
Hex 19 3 35 35 5E 0 4F 10A 59 B
Octal 31 3 65 65 136 0 117 412 131 13
Binary 11001 11 110101 110101 1011110 0 1001111 100001010 1011001 1011

Color Harmonies of #190335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190335

Black with #190335

Text Example


Text Example

White with #190335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190335; }

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

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

background-color css

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

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

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

border-color css

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

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

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