Html Css Color HEX #440425 Blackberry

📋 copy color: '#440425'

red 68 ◦ green 4 ◦ blue 37

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

Shades of Blackberry #440425

Tints of Blackberry #440425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 33.94%

R = 62.39%
G = 3.67%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#440425 (or 0x440425) is known color: Blackberry. HEX triplet: 44, 04 and 25. RGB value is (68,4,37). Sum of RGB (Red+Green+Blue) = 68+4+37=109 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.39% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 68 - color contains mainly: red. Hex color #440425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440425 is #BBFBDA. Grayscale: #1A1A1A. Windows color (decimal): -12319707 or 2425924. OLE color: 2425924.

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

Color convert

RGB 68 4 37 -
CMYK 0 0.94 0.46 0.73
HSL 329.06º 0.89% 0.14% -
HSV(B) 329.06º 0.94% 0.27% -
XYZ 2.76 1.45 1.88 -
YUV 26.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 68 4 37 0 0.94 0.46 0.73 329.06 0.89 0.14
Hex 44 4 25 0 5E 2E 49 149 59 E
Octal 104 4 45 0 136 56 111 511 131 16
Binary 1000100 100 100101 0 1011110 101110 1001001 101001001 1011001 1110

Color Harmonies of #440425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440425

Black with #440425

Text Example


Text Example

White with #440425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440425; }

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

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

background-color css

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

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

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

border-color css

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

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

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