Html Css Color HEX #440128 Blackberry

📋 copy color: '#440128'

red 68 ◦ green 1 ◦ blue 40

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

Shades of Blackberry #440128

Tints of Blackberry #440128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.92%

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

R = 62.39%
G = 0.92%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#440128 (or 0x440128) is known color: Blackberry. HEX triplet: 44, 01 and 28. RGB value is (68,1,40). Sum of RGB (Red+Green+Blue) = 68+1+40=109 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.39% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 68 - color contains mainly: red. Hex color #440128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440128 is #BBFED7. Grayscale: #191919. Windows color (decimal): -12320472 or 2621764. OLE color: 2621764.

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

Color convert

RGB 68 1 40 -
CMYK 0 0.99 0.41 0.73
HSL 325.07º 0.97% 0.14% -
HSV(B) 325.07º 0.99% 0.27% -
XYZ 2.78 1.4 2.13 -
YUV 25.48 136.2 158.33 -
System Red Green Blue C M Y K H S L
Decimal 68 1 40 0 0.99 0.41 0.73 325.07 0.97 0.14
Hex 44 1 28 0 63 29 49 145 61 E
Octal 104 1 50 0 143 51 111 505 141 16
Binary 1000100 1 101000 0 1100011 101001 1001001 101000101 1100001 1110

Color Harmonies of #440128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440128

Black with #440128

Text Example


Text Example

White with #440128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440128; }

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

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

background-color css

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

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

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

border-color css

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

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

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