Html Css Color HEX #290013 Blackberry

📋 copy color: '#290013'

red 41 ◦ green 0 ◦ blue 19

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

Shades of Blackberry #290013

Tints of Blackberry #290013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 31.67%

R = 68.33%
G = 0%
B = 31.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#290013 (or 0x290013) is known color: Blackberry. HEX triplet: 29, 00 and 13. RGB value is (41,0,19). Sum of RGB (Red+Green+Blue) = 41+0+19=60 (7% of max value = 765). Red value is 41 (16.41% from 255 or 68.33% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 41 - color contains mainly: red. Hex color #290013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290013 is #D6FFEC. Grayscale: #0E0E0E. Windows color (decimal): -14090221 or 1245225. OLE color: 1245225.

HSL color Cylindrical-coordinate representation of color #290013: hue angle of 332.2º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290013 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 0 19 -
CMYK 0 1 0.54 0.84
HSL 332.2º 1% 0.08% -
HSV(B) 332.2º 1% 0.16% -
XYZ 1.03 0.52 0.66 -
YUV 14.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 41 0 19 0 1 0.54 0.84 332.2 1 0.08
Hex 29 0 13 0 64 36 54 14C 64 8
Octal 51 0 23 0 144 66 124 514 144 10
Binary 101001 0 10011 0 1100100 110110 1010100 101001100 1100100 1000

Color Harmonies of #290013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290013

Black with #290013

Text Example


Text Example

White with #290013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290013; }

 p { color: rgb(41,0,19); }

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

background-color css

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

 a { background-color: rgb(41,0,19); }

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

border-color css

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

 span { border-color: rgb(41,0,19); }

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