Html Css Color HEX #440E29 Blackberry

📋 copy color: '#440E29'

red 68 ◦ green 14 ◦ blue 41

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

Shades of Blackberry #440E29

Tints of Blackberry #440E29

RGB

 RED value IS 68 (26.95% from 255) = 55.28%

 GREEN value IS 14 (5.86% from 255) = 11.38%

 BLUE value IS 41 (16.41% from 255) = 33.33%

R = 55.28%
G = 11.38%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#440E29 (or 0x440E29) is known color: Blackberry. HEX triplet: 44, 0E and 29. RGB value is (68,14,41). Sum of RGB (Red+Green+Blue) = 68+14+41=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #440E29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440E29 is #BBF1D6. Grayscale: #212121. Windows color (decimal): -12317143 or 2690628. OLE color: 2690628.

HSL color Cylindrical-coordinate representation of color #440E29: hue angle of 330º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #440E29 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 14 41 -
CMYK 0 0.79 0.40 0.73
HSL 330º 0.66% 0.16% -
HSV(B) 330º 0.79% 0.27% -
XYZ 2.94 1.7 2.27 -
YUV 33.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 68 14 41 0 0.79 0.40 0.73 330 0.66 0.16
Hex 44 E 29 0 4F 28 49 14A 42 10
Octal 104 16 51 0 117 50 111 512 102 20
Binary 1000100 1110 101001 0 1001111 101000 1001001 101001010 1000010 10000

Color Harmonies of #440E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440E29

Black with #440E29

Text Example


Text Example

White with #440E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440E29; }

 p { color: rgb(68,14,41); }

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

background-color css

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

 a { background-color: rgb(68,14,41); }

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

border-color css

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

 span { border-color: rgb(68,14,41); }

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