Html Css Color HEX #441328 Blackberry

📋 copy color: '#441328'

red 68 ◦ green 19 ◦ blue 40

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

Shades of Blackberry #441328

Tints of Blackberry #441328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 31.5%

R = 53.54%
G = 14.96%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#441328 (or 0x441328) is known color: Blackberry. HEX triplet: 44, 13 and 28. RGB value is (68,19,40). Sum of RGB (Red+Green+Blue) = 68+19+40=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #441328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441328 is #BBECD7. Grayscale: #242424. Windows color (decimal): -12315864 or 2626372. OLE color: 2626372.

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

Color convert

RGB 68 19 40 -
CMYK 0 0.72 0.41 0.73
HSL 334.29º 0.56% 0.17% -
HSV(B) 334.29º 0.72% 0.27% -
XYZ 3 1.85 2.21 -
YUV 36.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 68 19 40 0 0.72 0.41 0.73 334.29 0.56 0.17
Hex 44 13 28 0 48 29 49 14E 38 11
Octal 104 23 50 0 110 51 111 516 70 21
Binary 1000100 10011 101000 0 1001000 101001 1001001 101001110 111000 10001

Color Harmonies of #441328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441328

Black with #441328

Text Example


Text Example

White with #441328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441328; }

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

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

background-color css

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

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

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

border-color css

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

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

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