Html Css Color HEX #290214 Blackberry

📋 copy color: '#290214'

red 41 ◦ green 2 ◦ blue 20

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

Shades of Blackberry #290214

Tints of Blackberry #290214

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.17%

 BLUE value IS 20 (8.2% from 255) = 31.75%

R = 65.08%
G = 3.17%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.84

RGB Variations

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

Color information

#290214 (or 0x290214) is known color: Blackberry. HEX triplet: 29, 02 and 14. RGB value is (41,2,20). Sum of RGB (Red+Green+Blue) = 41+2+20=63 (8% of max value = 765). Red value is 41 (16.41% from 255 or 65.08% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 41 - color contains mainly: red. Hex color #290214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290214 is #D6FDEB. Grayscale: #0F0F0F. Windows color (decimal): -14089708 or 1311273. OLE color: 1311273.

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

Color convert

RGB 41 2 20 -
CMYK 0 0.95 0.51 0.84
HSL 332.31º 0.91% 0.08% -
HSV(B) 332.31º 0.95% 0.16% -
XYZ 1.06 0.57 0.71 -
YUV 15.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 41 2 20 0 0.95 0.51 0.84 332.31 0.91 0.08
Hex 29 2 14 0 5F 33 54 14C 5B 8
Octal 51 2 24 0 137 63 124 514 133 10
Binary 101001 10 10100 0 1011111 110011 1010100 101001100 1011011 1000

Color Harmonies of #290214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290214

Black with #290214

Text Example


Text Example

White with #290214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290214; }

 p { color: rgb(41,2,20); }

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

background-color css

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

 a { background-color: rgb(41,2,20); }

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

border-color css

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

 span { border-color: rgb(41,2,20); }

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