Html Css Color HEX #441C31 Blackberry

📋 copy color: '#441C31'

red 68 ◦ green 28 ◦ blue 49

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

Shades of Blackberry #441C31

Tints of Blackberry #441C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.31%

 BLUE value IS 49 (19.53% from 255) = 33.79%

R = 46.9%
G = 19.31%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#441C31 (or 0x441C31) is known color: Blackberry. HEX triplet: 44, 1C and 31. RGB value is (68,28,49). Sum of RGB (Red+Green+Blue) = 68+28+49=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #441C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C31 is #BBE3CE. Grayscale: #2A2A2A. Windows color (decimal): -12313551 or 3218500. OLE color: 3218500.

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

Color convert

RGB 68 28 49 -
CMYK 0 0.59 0.28 0.73
HSL 328.5º 0.42% 0.19% -
HSV(B) 328.5º 0.59% 0.27% -
XYZ 3.35 2.28 3.17 -
YUV 42.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 68 28 49 0 0.59 0.28 0.73 328.5 0.42 0.19
Hex 44 1C 31 0 3B 1C 49 148 2A 13
Octal 104 34 61 0 73 34 111 510 52 23
Binary 1000100 11100 110001 0 111011 11100 1001001 101001000 101010 10011

Color Harmonies of #441C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C31

Black with #441C31

Text Example


Text Example

White with #441C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,28,49); }

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

background-color css

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

 a { background-color: rgb(68,28,49); }

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

border-color css

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

 span { border-color: rgb(68,28,49); }

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