Html Css Color HEX #290C1D Blackberry

📋 copy color: '#290C1D'

red 41 ◦ green 12 ◦ blue 29

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

Shades of Blackberry #290C1D

Tints of Blackberry #290C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 14.63%

 BLUE value IS 29 (11.72% from 255) = 35.37%

R = 50%
G = 14.63%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.84

RGB Variations

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

Color information

#290C1D (or 0x290C1D) is known color: Blackberry. HEX triplet: 29, 0C and 1D. RGB value is (41,12,29). Sum of RGB (Red+Green+Blue) = 41+12+29=82 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 41 - color contains mainly: red. Hex color #290C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290C1D is #D6F3E2. Grayscale: #161616. Windows color (decimal): -14087139 or 1903657. OLE color: 1903657.

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

Color convert

RGB 41 12 29 -
CMYK 0 0.71 0.29 0.84
HSL 324.83º 0.55% 0.1% -
HSV(B) 324.83º 0.71% 0.16% -
XYZ 1.27 0.82 1.25 -
YUV 22.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 41 12 29 0 0.71 0.29 0.84 324.83 0.55 0.1
Hex 29 C 1D 0 47 1D 54 145 37 A
Octal 51 14 35 0 107 35 124 505 67 12
Binary 101001 1100 11101 0 1000111 11101 1010100 101000101 110111 1010

Color Harmonies of #290C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290C1D

Black with #290C1D

Text Example


Text Example

White with #290C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,12,29); }

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

background-color css

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

 a { background-color: rgb(41,12,29); }

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

border-color css

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

 span { border-color: rgb(41,12,29); }

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