Html Css Color HEX #440321 Blackberry

📋 copy color: '#440321'

red 68 ◦ green 3 ◦ blue 33

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

Shades of Blackberry #440321

Tints of Blackberry #440321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 31.73%

R = 65.38%
G = 2.88%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#440321 (or 0x440321) is known color: Blackberry. HEX triplet: 44, 03 and 21. RGB value is (68,3,33). Sum of RGB (Red+Green+Blue) = 68+3+33=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #440321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440321 is #BBFCDE. Grayscale: #191919. Windows color (decimal): -12319967 or 2163524. OLE color: 2163524.

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

Color convert

RGB 68 3 33 -
CMYK 0 0.96 0.51 0.73
HSL 332.31º 0.92% 0.14% -
HSV(B) 332.31º 0.96% 0.27% -
XYZ 2.69 1.4 1.57 -
YUV 25.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 68 3 33 0 0.96 0.51 0.73 332.31 0.92 0.14
Hex 44 3 21 0 60 33 49 14C 5C E
Octal 104 3 41 0 140 63 111 514 134 16
Binary 1000100 11 100001 0 1100000 110011 1001001 101001100 1011100 1110

Color Harmonies of #440321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440321

Black with #440321

Text Example


Text Example

White with #440321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440321; }

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

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

background-color css

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

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

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

border-color css

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

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

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