Html Css Color HEX #440136 Blackberry

📋 copy color: '#440136'

red 68 ◦ green 1 ◦ blue 54

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

Shades of Blackberry #440136

Tints of Blackberry #440136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 43.9%

R = 55.28%
G = 0.81%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#440136 (or 0x440136) is known color: Blackberry. HEX triplet: 44, 01 and 36. RGB value is (68,1,54). Sum of RGB (Red+Green+Blue) = 68+1+54=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #440136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440136 is #BBFEC9. Grayscale: #1A1A1A. Windows color (decimal): -12320458 or 3539268. OLE color: 3539268.

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

Color convert

RGB 68 1 54 -
CMYK 0 0.99 0.21 0.73
HSL 312.54º 0.97% 0.14% -
HSV(B) 312.54º 0.99% 0.27% -
XYZ 3.06 1.52 3.62 -
YUV 27.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 68 1 54 0 0.99 0.21 0.73 312.54 0.97 0.14
Hex 44 1 36 0 63 15 49 139 61 E
Octal 104 1 66 0 143 25 111 471 141 16
Binary 1000100 1 110110 0 1100011 10101 1001001 100111001 1100001 1110

Color Harmonies of #440136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440136

Black with #440136

Text Example


Text Example

White with #440136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440136; }

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

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

background-color css

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

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

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

border-color css

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

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

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