Html Css Color HEX #290B1B Blackberry

📋 copy color: '#290B1B'

red 41 ◦ green 11 ◦ blue 27

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

Shades of Blackberry #290B1B

Tints of Blackberry #290B1B

RGB

 RED value IS 41 (16.41% from 255) = 51.9%

 GREEN value IS 11 (4.69% from 255) = 13.92%

 BLUE value IS 27 (10.94% from 255) = 34.18%

R = 51.9%
G = 13.92%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.84

RGB Variations

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

Color information

#290B1B (or 0x290B1B) is known color: Blackberry. HEX triplet: 29, 0B and 1B. RGB value is (41,11,27). Sum of RGB (Red+Green+Blue) = 41+11+27=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #290B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290B1B is #D6F4E4. Grayscale: #151515. Windows color (decimal): -14087397 or 1772329. OLE color: 1772329.

HSL color Cylindrical-coordinate representation of color #290B1B: hue angle of 328º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #290B1B is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 11 27 -
CMYK 0 0.73 0.34 0.84
HSL 328º 0.58% 0.1% -
HSV(B) 328º 0.73% 0.16% -
XYZ 1.23 0.79 1.12 -
YUV 21.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 41 11 27 0 0.73 0.34 0.84 328 0.58 0.1
Hex 29 B 1B 0 49 22 54 148 3A A
Octal 51 13 33 0 111 42 124 510 72 12
Binary 101001 1011 11011 0 1001001 100010 1010100 101001000 111010 1010

Color Harmonies of #290B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290B1B

Black with #290B1B

Text Example


Text Example

White with #290B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290B1B; }

 p { color: rgb(41,11,27); }

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

background-color css

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

 a { background-color: rgb(41,11,27); }

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

border-color css

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

 span { border-color: rgb(41,11,27); }

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