Html Css Color HEX #440339 Blackberry

📋 copy color: '#440339'

red 68 ◦ green 3 ◦ blue 57

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

Shades of Blackberry #440339

Tints of Blackberry #440339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 44.53%

R = 53.13%
G = 2.34%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#440339 (or 0x440339) is known color: Blackberry. HEX triplet: 44, 03 and 39. RGB value is (68,3,57). Sum of RGB (Red+Green+Blue) = 68+3+57=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #440339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440339 is #BBFCC6. Grayscale: #1C1C1C. Windows color (decimal): -12319943 or 3736388. OLE color: 3736388.

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

Color convert

RGB 68 3 57 -
CMYK 0 0.96 0.16 0.73
HSL 310.15º 0.92% 0.14% -
HSV(B) 310.15º 0.96% 0.27% -
XYZ 3.15 1.59 4.01 -
YUV 28.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 68 3 57 0 0.96 0.16 0.73 310.15 0.92 0.14
Hex 44 3 39 0 60 10 49 136 5C E
Octal 104 3 71 0 140 20 111 466 134 16
Binary 1000100 11 111001 0 1100000 10000 1001001 100110110 1011100 1110

Color Harmonies of #440339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440339

Black with #440339

Text Example


Text Example

White with #440339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440339; }

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

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

background-color css

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

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

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

border-color css

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

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

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