Html Css Color HEX #441B2F Blackberry

📋 copy color: '#441B2F'

red 68 ◦ green 27 ◦ blue 47

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

Shades of Blackberry #441B2F

Tints of Blackberry #441B2F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.01%

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

R = 47.89%
G = 19.01%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#441B2F (or 0x441B2F) is known color: Blackberry. HEX triplet: 44, 1B and 2F. RGB value is (68,27,47). Sum of RGB (Red+Green+Blue) = 68+27+47=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #441B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441B2F is #BBE4D0. Grayscale: #292929. Windows color (decimal): -12313809 or 3087172. OLE color: 3087172.

HSL color Cylindrical-coordinate representation of color #441B2F: hue angle of 330.73º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #441B2F is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 27 47 -
CMYK 0 0.60 0.31 0.73
HSL 330.73º 0.43% 0.19% -
HSV(B) 330.73º 0.6% 0.27% -
XYZ 3.29 2.22 2.94 -
YUV 41.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 68 27 47 0 0.60 0.31 0.73 330.73 0.43 0.19
Hex 44 1B 2F 0 3C 1F 49 14B 2B 13
Octal 104 33 57 0 74 37 111 513 53 23
Binary 1000100 11011 101111 0 111100 11111 1001001 101001011 101011 10011

Color Harmonies of #441B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441B2F

Black with #441B2F

Text Example


Text Example

White with #441B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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