Html Css Color HEX #441D35 Blackberry

📋 copy color: '#441D35'

red 68 ◦ green 29 ◦ blue 53

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

Shades of Blackberry #441D35

Tints of Blackberry #441D35

RGB

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

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

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

R = 45.33%
G = 19.33%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#441D35 (or 0x441D35) is known color: Blackberry. HEX triplet: 44, 1D and 35. RGB value is (68,29,53). Sum of RGB (Red+Green+Blue) = 68+29+53=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #441D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D35 is #BBE2CA. Grayscale: #2B2B2B. Windows color (decimal): -12313291 or 3480900. OLE color: 3480900.

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

Color convert

RGB 68 29 53 -
CMYK 0 0.57 0.22 0.73
HSL 323.08º 0.4% 0.19% -
HSV(B) 323.08º 0.57% 0.27% -
XYZ 3.47 2.36 3.64 -
YUV 43.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 68 29 53 0 0.57 0.22 0.73 323.08 0.4 0.19
Hex 44 1D 35 0 39 16 49 143 28 13
Octal 104 35 65 0 71 26 111 503 50 23
Binary 1000100 11101 110101 0 111001 10110 1001001 101000011 101000 10011

Color Harmonies of #441D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D35

Black with #441D35

Text Example


Text Example

White with #441D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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