Html Css Color HEX #441134 Blackberry

📋 copy color: '#441134'

red 68 ◦ green 17 ◦ blue 52

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

Shades of Blackberry #441134

Tints of Blackberry #441134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 37.96%

R = 49.64%
G = 12.41%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#441134 (or 0x441134) is known color: Blackberry. HEX triplet: 44, 11 and 34. RGB value is (68,17,52). Sum of RGB (Red+Green+Blue) = 68+17+52=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #441134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441134 is #BBEECB. Grayscale: #242424. Windows color (decimal): -12316364 or 3412292. OLE color: 3412292.

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

Color convert

RGB 68 17 52 -
CMYK 0 0.75 0.24 0.73
HSL 318.82º 0.6% 0.17% -
HSV(B) 318.82º 0.75% 0.27% -
XYZ 3.2 1.88 3.44 -
YUV 36.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 68 17 52 0 0.75 0.24 0.73 318.82 0.6 0.17
Hex 44 11 34 0 4B 18 49 13F 3C 11
Octal 104 21 64 0 113 30 111 477 74 21
Binary 1000100 10001 110100 0 1001011 11000 1001001 100111111 111100 10001

Color Harmonies of #441134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441134

Black with #441134

Text Example


Text Example

White with #441134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441134; }

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

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

background-color css

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

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

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

border-color css

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

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

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