Html Css Color HEX #440825 Blackberry

📋 copy color: '#440825'

red 68 ◦ green 8 ◦ blue 37

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

Shades of Blackberry #440825

Tints of Blackberry #440825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.08%

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

R = 60.18%
G = 7.08%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#440825 (or 0x440825) is known color: Blackberry. HEX triplet: 44, 08 and 25. RGB value is (68,8,37). Sum of RGB (Red+Green+Blue) = 68+8+37=113 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.18% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 68 - color contains mainly: red. Hex color #440825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440825 is #BBF7DA. Grayscale: #1D1D1D. Windows color (decimal): -12318683 or 2426948. OLE color: 2426948.

HSL color Cylindrical-coordinate representation of color #440825: hue angle of 331º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440825 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 8 37 -
CMYK 0 0.88 0.46 0.73
HSL 331º 0.79% 0.15% -
HSV(B) 331º 0.88% 0.27% -
XYZ 2.8 1.54 1.9 -
YUV 29.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 68 8 37 0 0.88 0.46 0.73 331 0.79 0.15
Hex 44 8 25 0 58 2E 49 14B 4F F
Octal 104 10 45 0 130 56 111 513 117 17
Binary 1000100 1000 100101 0 1011000 101110 1001001 101001011 1001111 1111

Color Harmonies of #440825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440825

Black with #440825

Text Example


Text Example

White with #440825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440825; }

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

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

background-color css

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

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

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

border-color css

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

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

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