Html Css Color HEX #1A0711 Blackberry

📋 copy color: '#1A0711'

red 26 ◦ green 7 ◦ blue 17

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

Shades of Blackberry #1A0711

Tints of Blackberry #1A0711

RGB

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

 GREEN value IS 7 (3.13% from 255) = 14%

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

R = 52%
G = 14%
B = 34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.90

RGB Variations

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

Color information

#1A0711 (or 0x1A0711) is known color: Blackberry. HEX triplet: 1A, 07 and 11. RGB value is (26,7,17). Sum of RGB (Red+Green+Blue) = 26+7+17=50 (6% of max value = 765). Red value is 26 (10.55% from 255 or 52% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0711 is #E5F8EE. Grayscale: #0D0D0D. Windows color (decimal): -15071471 or 1115930. OLE color: 1115930.

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

Color convert

RGB 26 7 17 -
CMYK 0 0.73 0.35 0.90
HSL 328.42º 0.58% 0.06% -
HSV(B) 328.42º 0.73% 0.1% -
XYZ 0.6 0.41 0.58 -
YUV 13.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 26 7 17 0 0.73 0.35 0.90 328.42 0.58 0.06
Hex 1A 7 11 0 49 23 5A 148 3A 6
Octal 32 7 21 0 111 43 132 510 72 6
Binary 11010 111 10001 0 1001001 100011 1011010 101001000 111010 110

Color Harmonies of #1A0711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0711

Black with #1A0711

Text Example


Text Example

White with #1A0711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,7,17); }

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

background-color css

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

 a { background-color: rgb(26,7,17); }

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

border-color css

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

 span { border-color: rgb(26,7,17); }

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