Html Css Color HEX #441D2F Blackberry

📋 copy color: '#441D2F'

red 68 ◦ green 29 ◦ blue 47

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

Shades of Blackberry #441D2F

Tints of Blackberry #441D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 32.64%

R = 47.22%
G = 20.14%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#441D2F (or 0x441D2F) is known color: Blackberry. HEX triplet: 44, 1D and 2F. RGB value is (68,29,47). Sum of RGB (Red+Green+Blue) = 68+29+47=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #441D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D2F is #BBE2D0. Grayscale: #2A2A2A. Windows color (decimal): -12313297 or 3087684. OLE color: 3087684.

HSL color Cylindrical-coordinate representation of color #441D2F: hue angle of 332.31º 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 #441D2F is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 29 47 -
CMYK 0 0.57 0.31 0.73
HSL 332.31º 0.4% 0.19% -
HSV(B) 332.31º 0.57% 0.27% -
XYZ 3.34 2.31 2.96 -
YUV 42.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 68 29 47 0 0.57 0.31 0.73 332.31 0.4 0.19
Hex 44 1D 2F 0 39 1F 49 14C 28 13
Octal 104 35 57 0 71 37 111 514 50 23
Binary 1000100 11101 101111 0 111001 11111 1001001 101001100 101000 10011

Color Harmonies of #441D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D2F

Black with #441D2F

Text Example


Text Example

White with #441D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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