Html Css Color HEX #440420 Blackberry

📋 copy color: '#440420'

red 68 ◦ green 4 ◦ blue 32

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

Shades of Blackberry #440420

Tints of Blackberry #440420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.85%

 BLUE value IS 32 (12.89% from 255) = 30.77%

R = 65.38%
G = 3.85%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#440420 (or 0x440420) is known color: Blackberry. HEX triplet: 44, 04 and 20. RGB value is (68,4,32). Sum of RGB (Red+Green+Blue) = 68+4+32=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #440420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440420 is #BBFBDF. Grayscale: #1A1A1A. Windows color (decimal): -12319712 or 2098244. OLE color: 2098244.

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

Color convert

RGB 68 4 32 -
CMYK 0 0.94 0.53 0.73
HSL 333.75º 0.89% 0.14% -
HSV(B) 333.75º 0.94% 0.27% -
XYZ 2.69 1.42 1.5 -
YUV 26.33 131.2 157.72 -
System Red Green Blue C M Y K H S L
Decimal 68 4 32 0 0.94 0.53 0.73 333.75 0.89 0.14
Hex 44 4 20 0 5E 35 49 14E 59 E
Octal 104 4 40 0 136 65 111 516 131 16
Binary 1000100 100 100000 0 1011110 110101 1001001 101001110 1011001 1110

Color Harmonies of #440420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440420

Black with #440420

Text Example


Text Example

White with #440420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440420; }

 p { color: rgb(68,4,32); }

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

background-color css

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

 a { background-color: rgb(68,4,32); }

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

border-color css

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

 span { border-color: rgb(68,4,32); }

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