Html Css Color HEX #440838 Blackberry

📋 copy color: '#440838'

red 68 ◦ green 8 ◦ blue 56

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

Shades of Blackberry #440838

Tints of Blackberry #440838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.06%

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

R = 51.52%
G = 6.06%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#440838 (or 0x440838) is known color: Blackberry. HEX triplet: 44, 08 and 38. RGB value is (68,8,56). Sum of RGB (Red+Green+Blue) = 68+8+56=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #440838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440838 is #BBF7C7. Grayscale: #1F1F1F. Windows color (decimal): -12318664 or 3672132. OLE color: 3672132.

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

Color convert

RGB 68 8 56 -
CMYK 0 0.88 0.18 0.73
HSL 312º 0.79% 0.15% -
HSV(B) 312º 0.88% 0.27% -
XYZ 3.18 1.69 3.9 -
YUV 31.41 141.88 154.1 -
System Red Green Blue C M Y K H S L
Decimal 68 8 56 0 0.88 0.18 0.73 312 0.79 0.15
Hex 44 8 38 0 58 12 49 138 4F F
Octal 104 10 70 0 130 22 111 470 117 17
Binary 1000100 1000 111000 0 1011000 10010 1001001 100111000 1001111 1111

Color Harmonies of #440838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440838

Black with #440838

Text Example


Text Example

White with #440838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440838; }

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

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

background-color css

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

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

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

border-color css

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

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

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