Html Css Color HEX #441C36 Blackberry

📋 copy color: '#441C36'

red 68 ◦ green 28 ◦ blue 54

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

Shades of Blackberry #441C36

Tints of Blackberry #441C36

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.67%

 BLUE value IS 54 (21.48% from 255) = 36%

R = 45.33%
G = 18.67%
B = 36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#441C36 (or 0x441C36) is known color: Blackberry. HEX triplet: 44, 1C and 36. RGB value is (68,28,54). Sum of RGB (Red+Green+Blue) = 68+28+54=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #441C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C36 is #BBE3C9. Grayscale: #2A2A2A. Windows color (decimal): -12313546 or 3546180. OLE color: 3546180.

HSL color Cylindrical-coordinate representation of color #441C36: hue angle of 321º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #441C36 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 28 54 -
CMYK 0 0.59 0.21 0.73
HSL 321º 0.42% 0.19% -
HSV(B) 321º 0.59% 0.27% -
XYZ 3.47 2.33 3.76 -
YUV 42.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 68 28 54 0 0.59 0.21 0.73 321 0.42 0.19
Hex 44 1C 36 0 3B 15 49 141 2A 13
Octal 104 34 66 0 73 25 111 501 52 23
Binary 1000100 11100 110110 0 111011 10101 1001001 101000001 101010 10011

Color Harmonies of #441C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C36

Black with #441C36

Text Example


Text Example

White with #441C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441C36; }

 p { color: rgb(68,28,54); }

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

background-color css

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

 a { background-color: rgb(68,28,54); }

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

border-color css

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

 span { border-color: rgb(68,28,54); }

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