Html Css Color HEX #440535 Blackberry

📋 copy color: '#440535'

red 68 ◦ green 5 ◦ blue 53

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

Shades of Blackberry #440535

Tints of Blackberry #440535

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.97%

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

R = 53.97%
G = 3.97%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#440535 (or 0x440535) is known color: Blackberry. HEX triplet: 44, 05 and 35. RGB value is (68,5,53). Sum of RGB (Red+Green+Blue) = 68+5+53=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #440535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440535 is #BBFACA. Grayscale: #1D1D1D. Windows color (decimal): -12319435 or 3474756. OLE color: 3474756.

HSL color Cylindrical-coordinate representation of color #440535: hue angle of 314.29º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440535 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 5 53 -
CMYK 0 0.93 0.22 0.73
HSL 314.29º 0.86% 0.14% -
HSV(B) 314.29º 0.93% 0.27% -
XYZ 3.08 1.59 3.51 -
YUV 29.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 68 5 53 0 0.93 0.22 0.73 314.29 0.86 0.14
Hex 44 5 35 0 5D 16 49 13A 56 E
Octal 104 5 65 0 135 26 111 472 126 16
Binary 1000100 101 110101 0 1011101 10110 1001001 100111010 1010110 1110

Color Harmonies of #440535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440535

Black with #440535

Text Example


Text Example

White with #440535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440535; }

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

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

background-color css

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

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

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

border-color css

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

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

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