Html Css Color HEX #441A37 Blackberry

📋 copy color: '#441A37'

red 68 ◦ green 26 ◦ blue 55

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

Shades of Blackberry #441A37

Tints of Blackberry #441A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.45%

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

R = 45.64%
G = 17.45%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#441A37 (or 0x441A37) is known color: Blackberry. HEX triplet: 44, 1A and 37. RGB value is (68,26,55). Sum of RGB (Red+Green+Blue) = 68+26+55=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 55 (21.88% from 255 or 36.91% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #441A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A37 is #BBE5C8. Grayscale: #292929. Windows color (decimal): -12314057 or 3611204. OLE color: 3611204.

HSL color Cylindrical-coordinate representation of color #441A37: hue angle of 318.57º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441A37 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 26 55 -
CMYK 0 0.62 0.19 0.73
HSL 318.57º 0.45% 0.18% -
HSV(B) 318.57º 0.62% 0.27% -
XYZ 3.44 2.24 3.87 -
YUV 41.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 68 26 55 0 0.62 0.19 0.73 318.57 0.45 0.18
Hex 44 1A 37 0 3E 13 49 13F 2D 12
Octal 104 32 67 0 76 23 111 477 55 22
Binary 1000100 11010 110111 0 111110 10011 1001001 100111111 101101 10010

Color Harmonies of #441A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A37

Black with #441A37

Text Example


Text Example

White with #441A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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