Html Css Color HEX #440329 Blackberry

📋 copy color: '#440329'

red 68 ◦ green 3 ◦ blue 41

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

Shades of Blackberry #440329

Tints of Blackberry #440329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.68%

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

R = 60.71%
G = 2.68%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#440329 (or 0x440329) is known color: Blackberry. HEX triplet: 44, 03 and 29. RGB value is (68,3,41). Sum of RGB (Red+Green+Blue) = 68+3+41=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #440329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440329 is #BBFCD6. Grayscale: #1A1A1A. Windows color (decimal): -12319959 or 2687812. OLE color: 2687812.

HSL color Cylindrical-coordinate representation of color #440329: hue angle of 324.92º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440329 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 3 41 -
CMYK 0 0.96 0.40 0.73
HSL 324.92º 0.92% 0.14% -
HSV(B) 324.92º 0.96% 0.27% -
XYZ 2.82 1.45 2.23 -
YUV 26.77 136.03 157.41 -
System Red Green Blue C M Y K H S L
Decimal 68 3 41 0 0.96 0.40 0.73 324.92 0.92 0.14
Hex 44 3 29 0 60 28 49 145 5C E
Octal 104 3 51 0 140 50 111 505 134 16
Binary 1000100 11 101001 0 1100000 101000 1001001 101000101 1011100 1110

Color Harmonies of #440329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440329

Black with #440329

Text Example


Text Example

White with #440329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440329; }

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

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

background-color css

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

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

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

border-color css

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

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

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