Html Css Color HEX #440332 Blackberry

📋 copy color: '#440332'

red 68 ◦ green 3 ◦ blue 50

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

Shades of Blackberry #440332

Tints of Blackberry #440332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.48%

 BLUE value IS 50 (19.92% from 255) = 41.32%

R = 56.2%
G = 2.48%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#440332 (or 0x440332) is known color: Blackberry. HEX triplet: 44, 03 and 32. RGB value is (68,3,50). Sum of RGB (Red+Green+Blue) = 68+3+50=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #440332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440332 is #BBFCCD. Grayscale: #1B1B1B. Windows color (decimal): -12319950 or 3277636. OLE color: 3277636.

HSL color Cylindrical-coordinate representation of color #440332: hue angle of 316.62º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440332 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 3 50 -
CMYK 0 0.96 0.26 0.73
HSL 316.62º 0.92% 0.14% -
HSV(B) 316.62º 0.96% 0.27% -
XYZ 2.99 1.52 3.15 -
YUV 27.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 68 3 50 0 0.96 0.26 0.73 316.62 0.92 0.14
Hex 44 3 32 0 60 1A 49 13D 5C E
Octal 104 3 62 0 140 32 111 475 134 16
Binary 1000100 11 110010 0 1100000 11010 1001001 100111101 1011100 1110

Color Harmonies of #440332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440332

Black with #440332

Text Example


Text Example

White with #440332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440332; }

 p { color: rgb(68,3,50); }

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

background-color css

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

 a { background-color: rgb(68,3,50); }

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

border-color css

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

 span { border-color: rgb(68,3,50); }

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