Html Css Color HEX #440D28 Blackberry

📋 copy color: '#440D28'

red 68 ◦ green 13 ◦ blue 40

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

Shades of Blackberry #440D28

Tints of Blackberry #440D28

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.74%

 BLUE value IS 40 (16.02% from 255) = 33.06%

R = 56.2%
G = 10.74%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#440D28 (or 0x440D28) is known color: Blackberry. HEX triplet: 44, 0D and 28. RGB value is (68,13,40). Sum of RGB (Red+Green+Blue) = 68+13+40=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #440D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440D28 is #BBF2D7. Grayscale: #202020. Windows color (decimal): -12317400 or 2624836. OLE color: 2624836.

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

Color convert

RGB 68 13 40 -
CMYK 0 0.81 0.41 0.73
HSL 330.55º 0.68% 0.16% -
HSV(B) 330.55º 0.81% 0.27% -
XYZ 2.91 1.67 2.18 -
YUV 32.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 68 13 40 0 0.81 0.41 0.73 330.55 0.68 0.16
Hex 44 D 28 0 51 29 49 14B 44 10
Octal 104 15 50 0 121 51 111 513 104 20
Binary 1000100 1101 101000 0 1010001 101001 1001001 101001011 1000100 10000

Color Harmonies of #440D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440D28

Black with #440D28

Text Example


Text Example

White with #440D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,13,40); }

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

background-color css

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

 a { background-color: rgb(68,13,40); }

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

border-color css

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

 span { border-color: rgb(68,13,40); }

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