Html Css Color HEX #441735 Blackberry

📋 copy color: '#441735'

red 68 ◦ green 23 ◦ blue 53

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

Shades of Blackberry #441735

Tints of Blackberry #441735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.97%

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

R = 47.22%
G = 15.97%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#441735 (or 0x441735) is known color: Blackberry. HEX triplet: 44, 17 and 35. RGB value is (68,23,53). Sum of RGB (Red+Green+Blue) = 68+23+53=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #441735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441735 is #BBE8CA. Grayscale: #272727. Windows color (decimal): -12314827 or 3479364. OLE color: 3479364.

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

Color convert

RGB 68 23 53 -
CMYK 0 0.66 0.22 0.73
HSL 320º 0.49% 0.18% -
HSV(B) 320º 0.66% 0.27% -
XYZ 3.33 2.1 3.6 -
YUV 39.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 68 23 53 0 0.66 0.22 0.73 320 0.49 0.18
Hex 44 17 35 0 42 16 49 140 31 12
Octal 104 27 65 0 102 26 111 500 61 22
Binary 1000100 10111 110101 0 1000010 10110 1001001 101000000 110001 10010

Color Harmonies of #441735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441735

Black with #441735

Text Example


Text Example

White with #441735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441735; }

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

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

background-color css

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

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

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

border-color css

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

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

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