Html Css Color HEX #441126 Blackberry

📋 copy color: '#441126'

red 68 ◦ green 17 ◦ blue 38

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

Shades of Blackberry #441126

Tints of Blackberry #441126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 30.89%

R = 55.28%
G = 13.82%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#441126 (or 0x441126) is known color: Blackberry. HEX triplet: 44, 11 and 26. RGB value is (68,17,38). Sum of RGB (Red+Green+Blue) = 68+17+38=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #441126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441126 is #BBEED9. Grayscale: #222222. Windows color (decimal): -12316378 or 2494788. OLE color: 2494788.

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

Color convert

RGB 68 17 38 -
CMYK 0 0.75 0.44 0.73
HSL 335.29º 0.6% 0.17% -
HSV(B) 335.29º 0.75% 0.27% -
XYZ 2.93 1.77 2.02 -
YUV 34.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 68 17 38 0 0.75 0.44 0.73 335.29 0.6 0.17
Hex 44 11 26 0 4B 2C 49 14F 3C 11
Octal 104 21 46 0 113 54 111 517 74 21
Binary 1000100 10001 100110 0 1001011 101100 1001001 101001111 111100 10001

Color Harmonies of #441126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441126

Black with #441126

Text Example


Text Example

White with #441126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441126; }

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

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

background-color css

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

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

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

border-color css

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

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

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