Html Css Color HEX #441138 Blackberry

📋 copy color: '#441138'

red 68 ◦ green 17 ◦ blue 56

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

Shades of Blackberry #441138

Tints of Blackberry #441138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.06%

 BLUE value IS 56 (22.27% from 255) = 39.72%

R = 48.23%
G = 12.06%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#441138 (or 0x441138) is known color: Blackberry. HEX triplet: 44, 11 and 38. RGB value is (68,17,56). Sum of RGB (Red+Green+Blue) = 68+17+56=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #441138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441138 is #BBEEC7. Grayscale: #242424. Windows color (decimal): -12316360 or 3674436. OLE color: 3674436.

HSL color Cylindrical-coordinate representation of color #441138: hue angle of 314.12º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #441138 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 17 56 -
CMYK 0 0.75 0.18 0.73
HSL 314.12º 0.6% 0.17% -
HSV(B) 314.12º 0.75% 0.27% -
XYZ 3.3 1.92 3.94 -
YUV 36.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 68 17 56 0 0.75 0.18 0.73 314.12 0.6 0.17
Hex 44 11 38 0 4B 12 49 13A 3C 11
Octal 104 21 70 0 113 22 111 472 74 21
Binary 1000100 10001 111000 0 1001011 10010 1001001 100111010 111100 10001

Color Harmonies of #441138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441138

Black with #441138

Text Example


Text Example

White with #441138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441138; }

 p { color: rgb(68,17,56); }

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

background-color css

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

 a { background-color: rgb(68,17,56); }

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

border-color css

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

 span { border-color: rgb(68,17,56); }

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