Html Css Color HEX #440529 Blackberry

📋 copy color: '#440529'

red 68 ◦ green 5 ◦ blue 41

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

Shades of Blackberry #440529

Tints of Blackberry #440529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.39%

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

R = 59.65%
G = 4.39%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#440529 (or 0x440529) is known color: Blackberry. HEX triplet: 44, 05 and 29. RGB value is (68,5,41). Sum of RGB (Red+Green+Blue) = 68+5+41=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #440529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440529 is #BBFAD6. Grayscale: #1B1B1B. Windows color (decimal): -12319447 or 2688324. OLE color: 2688324.

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

Color convert

RGB 68 5 41 -
CMYK 0 0.93 0.40 0.73
HSL 325.71º 0.86% 0.14% -
HSV(B) 325.71º 0.93% 0.27% -
XYZ 2.84 1.5 2.24 -
YUV 27.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 68 5 41 0 0.93 0.40 0.73 325.71 0.86 0.14
Hex 44 5 29 0 5D 28 49 146 56 E
Octal 104 5 51 0 135 50 111 506 126 16
Binary 1000100 101 101001 0 1011101 101000 1001001 101000110 1010110 1110

Color Harmonies of #440529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440529

Black with #440529

Text Example


Text Example

White with #440529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440529; }

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

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

background-color css

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

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

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

border-color css

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

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

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