Html Css Color HEX #441935 Blackberry

📋 copy color: '#441935'

red 68 ◦ green 25 ◦ blue 53

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

Shades of Blackberry #441935

Tints of Blackberry #441935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.12%

 BLUE value IS 53 (21.09% from 255) = 36.3%

R = 46.58%
G = 17.12%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#441935 (or 0x441935) is known color: Blackberry. HEX triplet: 44, 19 and 35. RGB value is (68,25,53). Sum of RGB (Red+Green+Blue) = 68+25+53=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #441935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441935 is #BBE6CA. Grayscale: #282828. Windows color (decimal): -12314315 or 3479876. OLE color: 3479876.

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

Color convert

RGB 68 25 53 -
CMYK 0 0.63 0.22 0.73
HSL 320.93º 0.46% 0.18% -
HSV(B) 320.93º 0.63% 0.27% -
XYZ 3.37 2.18 3.61 -
YUV 41.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 68 25 53 0 0.63 0.22 0.73 320.93 0.46 0.18
Hex 44 19 35 0 3F 16 49 141 2E 12
Octal 104 31 65 0 77 26 111 501 56 22
Binary 1000100 11001 110101 0 111111 10110 1001001 101000001 101110 10010

Color Harmonies of #441935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441935

Black with #441935

Text Example


Text Example

White with #441935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441935; }

 p { color: rgb(68,25,53); }

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

background-color css

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

 a { background-color: rgb(68,25,53); }

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

border-color css

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

 span { border-color: rgb(68,25,53); }

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