Html Css Color HEX #190011 Blackberry

📋 copy color: '#190011'

red 25 ◦ green 0 ◦ blue 17

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

Shades of Blackberry #190011

Tints of Blackberry #190011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 17 (7.03% from 255) = 40.48%

R = 59.52%
G = 0%
B = 40.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.90

RGB Variations

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

Color information

#190011 (or 0x190011) is known color: Blackberry. HEX triplet: 19, 00 and 11. RGB value is (25,0,17). Sum of RGB (Red+Green+Blue) = 25+0+17=42 (5% of max value = 765). Red value is 25 (10.16% from 255 or 59.52% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 25 - color contains mainly: red. Hex color #190011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190011 is #E6FFEE. Grayscale: #090909. Windows color (decimal): -15138799 or 1114137. OLE color: 1114137.

HSL color Cylindrical-coordinate representation of color #190011: hue angle of 319.2º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190011 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 0 17 -
CMYK 0 1 0.32 0.90
HSL 319.2º 1% 0.05% -
HSV(B) 319.2º 1% 0.1% -
XYZ 0.5 0.25 0.55 -
YUV 9.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 25 0 17 0 1 0.32 0.90 319.2 1 0.05
Hex 19 0 11 0 64 20 5A 13F 64 5
Octal 31 0 21 0 144 40 132 477 144 5
Binary 11001 0 10001 0 1100100 100000 1011010 100111111 1100100 101

Color Harmonies of #190011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190011

Black with #190011

Text Example


Text Example

White with #190011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190011; }

 p { color: rgb(25,0,17); }

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

background-color css

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

 a { background-color: rgb(25,0,17); }

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

border-color css

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

 span { border-color: rgb(25,0,17); }

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