Html Css Color HEX #440835 Blackberry

📋 copy color: '#440835'

red 68 ◦ green 8 ◦ blue 53

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

Shades of Blackberry #440835

Tints of Blackberry #440835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 41.09%

R = 52.71%
G = 6.2%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#440835 (or 0x440835) is known color: Blackberry. HEX triplet: 44, 08 and 35. RGB value is (68,8,53). Sum of RGB (Red+Green+Blue) = 68+8+53=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #440835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440835 is #BBF7CA. Grayscale: #1E1E1E. Windows color (decimal): -12318667 or 3475524. OLE color: 3475524.

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

Color convert

RGB 68 8 53 -
CMYK 0 0.88 0.22 0.73
HSL 315º 0.79% 0.15% -
HSV(B) 315º 0.88% 0.27% -
XYZ 3.11 1.66 3.52 -
YUV 31.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 68 8 53 0 0.88 0.22 0.73 315 0.79 0.15
Hex 44 8 35 0 58 16 49 13B 4F F
Octal 104 10 65 0 130 26 111 473 117 17
Binary 1000100 1000 110101 0 1011000 10110 1001001 100111011 1001111 1111

Color Harmonies of #440835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440835

Black with #440835

Text Example


Text Example

White with #440835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440835; }

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

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

background-color css

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

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

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

border-color css

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

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

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