Html Css Color HEX #440138 Blackberry

📋 copy color: '#440138'

red 68 ◦ green 1 ◦ blue 56

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

Shades of Blackberry #440138

Tints of Blackberry #440138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 44.8%

R = 54.4%
G = 0.8%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#440138 (or 0x440138) is known color: Blackberry. HEX triplet: 44, 01 and 38. RGB value is (68,1,56). Sum of RGB (Red+Green+Blue) = 68+1+56=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #440138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440138 is #BBFEC7. Grayscale: #1B1B1B. Windows color (decimal): -12320456 or 3670340. OLE color: 3670340.

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

Color convert

RGB 68 1 56 -
CMYK 0 0.99 0.18 0.73
HSL 310.75º 0.97% 0.14% -
HSV(B) 310.75º 0.99% 0.27% -
XYZ 3.11 1.54 3.87 -
YUV 27.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 68 1 56 0 0.99 0.18 0.73 310.75 0.97 0.14
Hex 44 1 38 0 63 12 49 137 61 E
Octal 104 1 70 0 143 22 111 467 141 16
Binary 1000100 1 111000 0 1100011 10010 1001001 100110111 1100001 1110

Color Harmonies of #440138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440138

Black with #440138

Text Example


Text Example

White with #440138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440138; }

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

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

background-color css

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

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

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

border-color css

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

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

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