Html Css Color HEX #440325 Blackberry

📋 copy color: '#440325'

red 68 ◦ green 3 ◦ blue 37

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

Shades of Blackberry #440325

Tints of Blackberry #440325

RGB

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

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

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

R = 62.96%
G = 2.78%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#440325 (or 0x440325) is known color: Blackberry. HEX triplet: 44, 03 and 25. RGB value is (68,3,37). Sum of RGB (Red+Green+Blue) = 68+3+37=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #440325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440325 is #BBFCDA. Grayscale: #1A1A1A. Windows color (decimal): -12319963 or 2425668. OLE color: 2425668.

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

Color convert

RGB 68 3 37 -
CMYK 0 0.96 0.46 0.73
HSL 328.62º 0.92% 0.14% -
HSV(B) 328.62º 0.96% 0.27% -
XYZ 2.75 1.43 1.88 -
YUV 26.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 68 3 37 0 0.96 0.46 0.73 328.62 0.92 0.14
Hex 44 3 25 0 60 2E 49 149 5C E
Octal 104 3 45 0 140 56 111 511 134 16
Binary 1000100 11 100101 0 1100000 101110 1001001 101001001 1011100 1110

Color Harmonies of #440325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440325

Black with #440325

Text Example


Text Example

White with #440325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440325; }

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

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

background-color css

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

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

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

border-color css

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

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

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