Html Css Color HEX #441738 Blackberry

📋 copy color: '#441738'

red 68 ◦ green 23 ◦ blue 56

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

Shades of Blackberry #441738

Tints of Blackberry #441738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.65%

 BLUE value IS 56 (22.27% from 255) = 38.1%

R = 46.26%
G = 15.65%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#441738 (or 0x441738) is known color: Blackberry. HEX triplet: 44, 17 and 38. RGB value is (68,23,56). Sum of RGB (Red+Green+Blue) = 68+23+56=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #441738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441738 is #BBE8C7. Grayscale: #282828. Windows color (decimal): -12314824 or 3675972. OLE color: 3675972.

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

Color convert

RGB 68 23 56 -
CMYK 0 0.66 0.18 0.73
HSL 316º 0.49% 0.18% -
HSV(B) 316º 0.66% 0.27% -
XYZ 3.4 2.13 3.97 -
YUV 40.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 68 23 56 0 0.66 0.18 0.73 316 0.49 0.18
Hex 44 17 38 0 42 12 49 13C 31 12
Octal 104 27 70 0 102 22 111 474 61 22
Binary 1000100 10111 111000 0 1000010 10010 1001001 100111100 110001 10010

Color Harmonies of #441738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441738

Black with #441738

Text Example


Text Example

White with #441738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441738; }

 p { color: rgb(68,23,56); }

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

background-color css

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

 a { background-color: rgb(68,23,56); }

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

border-color css

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

 span { border-color: rgb(68,23,56); }

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