Html Css Color HEX #190912 Blackberry

📋 copy color: '#190912'

red 25 ◦ green 9 ◦ blue 18

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

Shades of Blackberry #190912

Tints of Blackberry #190912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 17.31%

 BLUE value IS 18 (7.42% from 255) = 34.62%

R = 48.08%
G = 17.31%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.90

RGB Variations

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

Color information

#190912 (or 0x190912) is known color: Blackberry. HEX triplet: 19, 09 and 12. RGB value is (25,9,18). Sum of RGB (Red+Green+Blue) = 25+9+18=52 (6% of max value = 765). Red value is 25 (10.16% from 255 or 48.08% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 25 - color contains mainly: red. Hex color #190912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190912 is #E6F6ED. Grayscale: #0E0E0E. Windows color (decimal): -15136494 or 1181977. OLE color: 1181977.

HSL color Cylindrical-coordinate representation of color #190912: hue angle of 326.25º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #190912 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 9 18 -
CMYK 0 0.64 0.28 0.90
HSL 326.25º 0.47% 0.07% -
HSV(B) 326.25º 0.64% 0.1% -
XYZ 0.61 0.45 0.63 -
YUV 14.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 25 9 18 0 0.64 0.28 0.90 326.25 0.47 0.07
Hex 19 9 12 0 40 1C 5A 146 2F 7
Octal 31 11 22 0 100 34 132 506 57 7
Binary 11001 1001 10010 0 1000000 11100 1011010 101000110 101111 111

Color Harmonies of #190912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190912

Black with #190912

Text Example


Text Example

White with #190912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190912; }

 p { color: rgb(25,9,18); }

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

background-color css

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

 a { background-color: rgb(25,9,18); }

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

border-color css

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

 span { border-color: rgb(25,9,18); }

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