Html Css Color HEX #290018 Blackberry

📋 copy color: '#290018'

red 41 ◦ green 0 ◦ blue 24

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

Shades of Blackberry #290018

Tints of Blackberry #290018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 36.92%

R = 63.08%
G = 0%
B = 36.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.84

RGB Variations

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

Color information

#290018 (or 0x290018) is known color: Blackberry. HEX triplet: 29, 00 and 18. RGB value is (41,0,24). Sum of RGB (Red+Green+Blue) = 41+0+24=65 (8% of max value = 765). Red value is 41 (16.41% from 255 or 63.08% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 41 - color contains mainly: red. Hex color #290018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290018 is #D6FFE7. Grayscale: #0E0E0E. Windows color (decimal): -14090216 or 1572905. OLE color: 1572905.

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

Color convert

RGB 41 0 24 -
CMYK 0 1 0.41 0.84
HSL 324.88º 1% 0.08% -
HSV(B) 324.88º 1% 0.16% -
XYZ 1.08 0.54 0.91 -
YUV 15 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 41 0 24 0 1 0.41 0.84 324.88 1 0.08
Hex 29 0 18 0 64 29 54 145 64 8
Octal 51 0 30 0 144 51 124 505 144 10
Binary 101001 0 11000 0 1100100 101001 1010100 101000101 1100100 1000

Color Harmonies of #290018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290018

Black with #290018

Text Example


Text Example

White with #290018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290018; }

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

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

background-color css

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

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

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

border-color css

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

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

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