Html Css Color HEX #440327 Blackberry

📋 copy color: '#440327'

red 68 ◦ green 3 ◦ blue 39

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

Shades of Blackberry #440327

Tints of Blackberry #440327

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.73%

 BLUE value IS 39 (15.63% from 255) = 35.45%

R = 61.82%
G = 2.73%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#440327 (or 0x440327) is known color: Blackberry. HEX triplet: 44, 03 and 27. RGB value is (68,3,39). Sum of RGB (Red+Green+Blue) = 68+3+39=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #440327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440327 is #BBFCD8. Grayscale: #1A1A1A. Windows color (decimal): -12319961 or 2556740. OLE color: 2556740.

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

Color convert

RGB 68 3 39 -
CMYK 0 0.96 0.43 0.73
HSL 326.77º 0.92% 0.14% -
HSV(B) 326.77º 0.96% 0.27% -
XYZ 2.78 1.44 2.05 -
YUV 26.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 68 3 39 0 0.96 0.43 0.73 326.77 0.92 0.14
Hex 44 3 27 0 60 2B 49 147 5C E
Octal 104 3 47 0 140 53 111 507 134 16
Binary 1000100 11 100111 0 1100000 101011 1001001 101000111 1011100 1110

Color Harmonies of #440327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440327

Black with #440327

Text Example


Text Example

White with #440327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440327; }

 p { color: rgb(68,3,39); }

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

background-color css

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

 a { background-color: rgb(68,3,39); }

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

border-color css

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

 span { border-color: rgb(68,3,39); }

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