Html Css Color HEX #190611 Blackberry

📋 copy color: '#190611'

red 25 ◦ green 6 ◦ blue 17

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

Shades of Blackberry #190611

Tints of Blackberry #190611

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12.5%

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

R = 52.08%
G = 12.5%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.90

RGB Variations

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

Color information

#190611 (or 0x190611) is known color: Blackberry. HEX triplet: 19, 06 and 11. RGB value is (25,6,17). Sum of RGB (Red+Green+Blue) = 25+6+17=48 (6% of max value = 765). Red value is 25 (10.16% from 255 or 52.08% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 25 - color contains mainly: red. Hex color #190611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190611 is #E6F9EE. Grayscale: #0C0C0C. Windows color (decimal): -15137263 or 1115673. OLE color: 1115673.

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

Color convert

RGB 25 6 17 -
CMYK 0 0.76 0.32 0.90
HSL 325.26º 0.61% 0.06% -
HSV(B) 325.26º 0.76% 0.1% -
XYZ 0.57 0.38 0.57 -
YUV 12.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 25 6 17 0 0.76 0.32 0.90 325.26 0.61 0.06
Hex 19 6 11 0 4C 20 5A 145 3D 6
Octal 31 6 21 0 114 40 132 505 75 6
Binary 11001 110 10001 0 1001100 100000 1011010 101000101 111101 110

Color Harmonies of #190611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190611

Black with #190611

Text Example


Text Example

White with #190611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190611; }

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

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

background-color css

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

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

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

border-color css

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

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

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