Html Css Color HEX #441A36 Blackberry

📋 copy color: '#441A36'

red 68 ◦ green 26 ◦ blue 54

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

Shades of Blackberry #441A36

Tints of Blackberry #441A36

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.57%

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

R = 45.95%
G = 17.57%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#441A36 (or 0x441A36) is known color: Blackberry. HEX triplet: 44, 1A and 36. RGB value is (68,26,54). Sum of RGB (Red+Green+Blue) = 68+26+54=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #441A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A36 is #BBE5C9. Grayscale: #292929. Windows color (decimal): -12314058 or 3545668. OLE color: 3545668.

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

Color convert

RGB 68 26 54 -
CMYK 0 0.62 0.21 0.73
HSL 320º 0.45% 0.18% -
HSV(B) 320º 0.62% 0.27% -
XYZ 3.42 2.23 3.74 -
YUV 41.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 68 26 54 0 0.62 0.21 0.73 320 0.45 0.18
Hex 44 1A 36 0 3E 15 49 140 2D 12
Octal 104 32 66 0 76 25 111 500 55 22
Binary 1000100 11010 110110 0 111110 10101 1001001 101000000 101101 10010

Color Harmonies of #441A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A36

Black with #441A36

Text Example


Text Example

White with #441A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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