Html Css Color HEX #440826 Blackberry

📋 copy color: '#440826'

red 68 ◦ green 8 ◦ blue 38

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

Shades of Blackberry #440826

Tints of Blackberry #440826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 33.33%

R = 59.65%
G = 7.02%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#440826 (or 0x440826) is known color: Blackberry. HEX triplet: 44, 08 and 26. RGB value is (68,8,38). Sum of RGB (Red+Green+Blue) = 68+8+38=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #440826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440826 is #BBF7D9. Grayscale: #1D1D1D. Windows color (decimal): -12318682 or 2492484. OLE color: 2492484.

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

Color convert

RGB 68 8 38 -
CMYK 0 0.88 0.44 0.73
HSL 330º 0.79% 0.15% -
HSV(B) 330º 0.88% 0.27% -
XYZ 2.82 1.54 1.98 -
YUV 29.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 68 8 38 0 0.88 0.44 0.73 330 0.79 0.15
Hex 44 8 26 0 58 2C 49 14A 4F F
Octal 104 10 46 0 130 54 111 512 117 17
Binary 1000100 1000 100110 0 1011000 101100 1001001 101001010 1001111 1111

Color Harmonies of #440826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440826

Black with #440826

Text Example


Text Example

White with #440826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440826; }

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

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

background-color css

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

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

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

border-color css

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

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

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