Html Css Color HEX #441335 Blackberry

📋 copy color: '#441335'

red 68 ◦ green 19 ◦ blue 53

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

Shades of Blackberry #441335

Tints of Blackberry #441335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.57%

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

R = 48.57%
G = 13.57%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#441335 (or 0x441335) is known color: Blackberry. HEX triplet: 44, 13 and 35. RGB value is (68,19,53). Sum of RGB (Red+Green+Blue) = 68+19+53=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #441335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441335 is #BBECCA. Grayscale: #252525. Windows color (decimal): -12315851 or 3478340. OLE color: 3478340.

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

Color convert

RGB 68 19 53 -
CMYK 0 0.72 0.22 0.73
HSL 318.37º 0.56% 0.17% -
HSV(B) 318.37º 0.72% 0.27% -
XYZ 3.26 1.95 3.57 -
YUV 37.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 68 19 53 0 0.72 0.22 0.73 318.37 0.56 0.17
Hex 44 13 35 0 48 16 49 13E 38 11
Octal 104 23 65 0 110 26 111 476 70 21
Binary 1000100 10011 110101 0 1001000 10110 1001001 100111110 111000 10001

Color Harmonies of #441335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441335

Black with #441335

Text Example


Text Example

White with #441335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441335; }

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

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

background-color css

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

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

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

border-color css

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

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

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