Html Css Color HEX #440328 Blackberry

📋 copy color: '#440328'

red 68 ◦ green 3 ◦ blue 40

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

Shades of Blackberry #440328

Tints of Blackberry #440328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 36.04%

R = 61.26%
G = 2.7%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#440328 (or 0x440328) is known color: Blackberry. HEX triplet: 44, 03 and 28. RGB value is (68,3,40). Sum of RGB (Red+Green+Blue) = 68+3+40=111 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.26% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 68 - color contains mainly: red. Hex color #440328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440328 is #BBFCD7. Grayscale: #1A1A1A. Windows color (decimal): -12319960 or 2622276. OLE color: 2622276.

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

Color convert

RGB 68 3 40 -
CMYK 0 0.96 0.41 0.73
HSL 325.85º 0.92% 0.14% -
HSV(B) 325.85º 0.96% 0.27% -
XYZ 2.8 1.45 2.14 -
YUV 26.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 68 3 40 0 0.96 0.41 0.73 325.85 0.92 0.14
Hex 44 3 28 0 60 29 49 146 5C E
Octal 104 3 50 0 140 51 111 506 134 16
Binary 1000100 11 101000 0 1100000 101001 1001001 101000110 1011100 1110

Color Harmonies of #440328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440328

Black with #440328

Text Example


Text Example

White with #440328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440328; }

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

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

background-color css

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

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

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

border-color css

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

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

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