Html Css Color HEX #441334 Blackberry

📋 copy color: '#441334'

red 68 ◦ green 19 ◦ blue 52

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

Shades of Blackberry #441334

Tints of Blackberry #441334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.67%

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

R = 48.92%
G = 13.67%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#441334 (or 0x441334) is known color: Blackberry. HEX triplet: 44, 13 and 34. RGB value is (68,19,52). Sum of RGB (Red+Green+Blue) = 68+19+52=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #441334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441334 is #BBECCB. Grayscale: #252525. Windows color (decimal): -12315852 or 3412804. OLE color: 3412804.

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

Color convert

RGB 68 19 52 -
CMYK 0 0.72 0.24 0.73
HSL 319.59º 0.56% 0.17% -
HSV(B) 319.59º 0.72% 0.27% -
XYZ 3.24 1.94 3.45 -
YUV 37.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 68 19 52 0 0.72 0.24 0.73 319.59 0.56 0.17
Hex 44 13 34 0 48 18 49 140 38 11
Octal 104 23 64 0 110 30 111 500 70 21
Binary 1000100 10011 110100 0 1001000 11000 1001001 101000000 111000 10001

Color Harmonies of #441334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441334

Black with #441334

Text Example


Text Example

White with #441334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441334; }

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

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

background-color css

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

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

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

border-color css

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

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

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