Html Css Color HEX #441127 Blackberry

📋 copy color: '#441127'

red 68 ◦ green 17 ◦ blue 39

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

Shades of Blackberry #441127

Tints of Blackberry #441127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 31.45%

R = 54.84%
G = 13.71%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#441127 (or 0x441127) is known color: Blackberry. HEX triplet: 44, 11 and 27. RGB value is (68,17,39). Sum of RGB (Red+Green+Blue) = 68+17+39=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #441127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441127 is #BBEED8. Grayscale: #222222. Windows color (decimal): -12316377 or 2560324. OLE color: 2560324.

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

Color convert

RGB 68 17 39 -
CMYK 0 0.75 0.43 0.73
HSL 334.12º 0.6% 0.17% -
HSV(B) 334.12º 0.75% 0.27% -
XYZ 2.95 1.78 2.11 -
YUV 34.76 130.4 151.71 -
System Red Green Blue C M Y K H S L
Decimal 68 17 39 0 0.75 0.43 0.73 334.12 0.6 0.17
Hex 44 11 27 0 4B 2B 49 14E 3C 11
Octal 104 21 47 0 113 53 111 516 74 21
Binary 1000100 10001 100111 0 1001011 101011 1001001 101001110 111100 10001

Color Harmonies of #441127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441127

Black with #441127

Text Example


Text Example

White with #441127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441127; }

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

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

background-color css

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

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

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

border-color css

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

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

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