#44001B

Color #44001B Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #44001B

Tints of Blackberry #44001B

Color information

#44001B (or 0x44001B) is unknown color: approx Blackberry. HEX triplet: 44, 00 and 1B. RGB value is (68,0,27). Sum of RGB (Red+Green+Blue) = 68+0+27=95 (12% of max value = 765). Red value is 68 (26.95% from 255 or 71.58% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 68 - color contains mainly: red. Hex color #44001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44001B is #BBFFE4. Grayscale: #171717. Windows color (decimal): -12320741 or 1769540. OLE color: 1769540.

HSL color Cylindrical-coordinate representation of color #44001B: hue angle of 336.18º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #44001B is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB68027-
CMYK010.600.73
HSL336.18º100%13.33%-
HSV(B)336.18º100%26.67%-
XYZ2.581.311.15-
YUV23.41130.03159.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 71.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 28.42%
R=71.58%
G=0%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68027010.600.73336.1810013.33
Hex4401B0643C4915064d
Octal10403301447411152014415
Binary100010001101101100100111100100100110101000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44001B; }

 p { color: rgb(68,0,27); }

 H1.HeaderClassName
 {
   color: #44001B;
 }
 .AnyTagClassName
 {
   color: #44001B;
 }
</style>
background-color css

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

 a { background-color: rgb(68,0,27); }

 div.DivClassName
 {
   background-color: #44001B;
 }
 .BgClassName
 {
   background-color: #44001B;
 }
</style>
border-color css

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

 span { border-color: rgb(68,0,27); }

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