Html Css Color HEX #1A0012 Blackberry

📋 copy color: '#1A0012'

red 26 ◦ green 0 ◦ blue 18

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

Shades of Blackberry #1A0012

Tints of Blackberry #1A0012

RGB

 RED value IS 26 (10.55% from 255) = 59.09%

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

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

R = 59.09%
G = 0%
B = 40.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.90

RGB Variations

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

Color information

#1A0012 (or 0x1A0012) is known color: Blackberry. HEX triplet: 1A, 00 and 12. RGB value is (26,0,18). Sum of RGB (Red+Green+Blue) = 26+0+18=44 (5% of max value = 765). Red value is 26 (10.55% from 255 or 59.09% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0012 is #E5FFED. Grayscale: #090909. Windows color (decimal): -15073262 or 1179674. OLE color: 1179674.

HSL color Cylindrical-coordinate representation of color #1A0012: hue angle of 318.46º 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 #1A0012 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 0 18 -
CMYK 0 1 0.31 0.90
HSL 318.46º 1% 0.05% -
HSV(B) 318.46º 1% 0.1% -
XYZ 0.54 0.26 0.59 -
YUV 9.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 26 0 18 0 1 0.31 0.90 318.46 1 0.05
Hex 1A 0 12 0 64 1F 5A 13E 64 5
Octal 32 0 22 0 144 37 132 476 144 5
Binary 11010 0 10010 0 1100100 11111 1011010 100111110 1100100 101

Color Harmonies of #1A0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0012

Black with #1A0012

Text Example


Text Example

White with #1A0012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A0012; }

 p { color: rgb(26,0,18); }

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

background-color css

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

 a { background-color: rgb(26,0,18); }

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

border-color css

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

 span { border-color: rgb(26,0,18); }

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