Html Css Color HEX #440638 Blackberry

📋 copy color: '#440638'

red 68 ◦ green 6 ◦ blue 56

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

Shades of Blackberry #440638

Tints of Blackberry #440638

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.62%

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

R = 52.31%
G = 4.62%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#440638 (or 0x440638) is known color: Blackberry. HEX triplet: 44, 06 and 38. RGB value is (68,6,56). Sum of RGB (Red+Green+Blue) = 68+6+56=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #440638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440638 is #BBF9C7. Grayscale: #1E1E1E. Windows color (decimal): -12319176 or 3671620. OLE color: 3671620.

HSL color Cylindrical-coordinate representation of color #440638: hue angle of 311.61º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440638 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 6 56 -
CMYK 0 0.91 0.18 0.73
HSL 311.61º 0.84% 0.15% -
HSV(B) 311.61º 0.91% 0.27% -
XYZ 3.16 1.64 3.89 -
YUV 30.24 142.54 154.93 -
System Red Green Blue C M Y K H S L
Decimal 68 6 56 0 0.91 0.18 0.73 311.61 0.84 0.15
Hex 44 6 38 0 5B 12 49 138 54 F
Octal 104 6 70 0 133 22 111 470 124 17
Binary 1000100 110 111000 0 1011011 10010 1001001 100111000 1010100 1111

Color Harmonies of #440638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440638

Black with #440638

Text Example


Text Example

White with #440638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440638; }

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

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

background-color css

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

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

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

border-color css

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

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

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