Html Css Color HEX #441D38 Blackberry

📋 copy color: '#441D38'

red 68 ◦ green 29 ◦ blue 56

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

Shades of Blackberry #441D38

Tints of Blackberry #441D38

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.95%

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

R = 44.44%
G = 18.95%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#441D38 (or 0x441D38) is known color: Blackberry. HEX triplet: 44, 1D and 38. RGB value is (68,29,56). Sum of RGB (Red+Green+Blue) = 68+29+56=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #441D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D38 is #BBE2C7. Grayscale: #2B2B2B. Windows color (decimal): -12313288 or 3677508. OLE color: 3677508.

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

Color convert

RGB 68 29 56 -
CMYK 0 0.57 0.18 0.73
HSL 318.46º 0.4% 0.19% -
HSV(B) 318.46º 0.57% 0.27% -
XYZ 3.54 2.39 4.02 -
YUV 43.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 68 29 56 0 0.57 0.18 0.73 318.46 0.4 0.19
Hex 44 1D 38 0 39 12 49 13E 28 13
Octal 104 35 70 0 71 22 111 476 50 23
Binary 1000100 11101 111000 0 111001 10010 1001001 100111110 101000 10011

Color Harmonies of #441D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D38

Black with #441D38

Text Example


Text Example

White with #441D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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