Html Css Color HEX #440C39 Blackberry

📋 copy color: '#440C39'

red 68 ◦ green 12 ◦ blue 57

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

Shades of Blackberry #440C39

Tints of Blackberry #440C39

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.76%

 BLUE value IS 57 (22.66% from 255) = 41.61%

R = 49.64%
G = 8.76%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#440C39 (or 0x440C39) is known color: Blackberry. HEX triplet: 44, 0C and 39. RGB value is (68,12,57). Sum of RGB (Red+Green+Blue) = 68+12+57=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #440C39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440C39 is #BBF3C6. Grayscale: #212121. Windows color (decimal): -12317639 or 3738692. OLE color: 3738692.

HSL color Cylindrical-coordinate representation of color #440C39: hue angle of 311.79º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #440C39 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 12 57 -
CMYK 0 0.82 0.16 0.73
HSL 311.79º 0.7% 0.16% -
HSV(B) 311.79º 0.82% 0.27% -
XYZ 3.25 1.79 4.04 -
YUV 33.87 141.05 152.34 -
System Red Green Blue C M Y K H S L
Decimal 68 12 57 0 0.82 0.16 0.73 311.79 0.7 0.16
Hex 44 C 39 0 52 10 49 138 46 10
Octal 104 14 71 0 122 20 111 470 106 20
Binary 1000100 1100 111001 0 1010010 10000 1001001 100111000 1000110 10000

Color Harmonies of #440C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440C39

Black with #440C39

Text Example


Text Example

White with #440C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440C39; }

 p { color: rgb(68,12,57); }

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

background-color css

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

 a { background-color: rgb(68,12,57); }

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

border-color css

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

 span { border-color: rgb(68,12,57); }

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