Html Css Color HEX #440037 Blackberry

📋 copy color: '#440037'

red 68 ◦ green 0 ◦ blue 55

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

Shades of Blackberry #440037

Tints of Blackberry #440037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 55 (21.88% from 255) = 44.72%

R = 55.28%
G = 0%
B = 44.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#440037 (or 0x440037) is known color: Blackberry. HEX triplet: 44, 00 and 37. RGB value is (68,0,55). Sum of RGB (Red+Green+Blue) = 68+0+55=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #440037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440037 is #BBFFC8. Grayscale: #1A1A1A. Windows color (decimal): -12320713 or 3604548. OLE color: 3604548.

HSL color Cylindrical-coordinate representation of color #440037: hue angle of 311.47º 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 #440037 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 0 55 -
CMYK 0 1 0.19 0.73
HSL 311.47º 1% 0.13% -
HSV(B) 311.47º 1% 0.27% -
XYZ 3.07 1.5 3.74 -
YUV 26.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 68 0 55 0 1 0.19 0.73 311.47 1 0.13
Hex 44 0 37 0 64 13 49 137 64 D
Octal 104 0 67 0 144 23 111 467 144 15
Binary 1000100 0 110111 0 1100100 10011 1001001 100110111 1100100 1101

Color Harmonies of #440037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440037

Black with #440037

Text Example


Text Example

White with #440037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440037; }

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

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

background-color css

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

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

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

border-color css

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

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

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