Html Css Color HEX #441330 Blackberry

📋 copy color: '#441330'

red 68 ◦ green 19 ◦ blue 48

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

Shades of Blackberry #441330

Tints of Blackberry #441330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 35.56%

R = 50.37%
G = 14.07%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#441330 (or 0x441330) is known color: Blackberry. HEX triplet: 44, 13 and 30. RGB value is (68,19,48). Sum of RGB (Red+Green+Blue) = 68+19+48=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #441330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441330 is #BBECCF. Grayscale: #242424. Windows color (decimal): -12315856 or 3150660. OLE color: 3150660.

HSL color Cylindrical-coordinate representation of color #441330: hue angle of 324.49º 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 #441330 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 19 48 -
CMYK 0 0.72 0.29 0.73
HSL 324.49º 0.56% 0.17% -
HSV(B) 324.49º 0.72% 0.27% -
XYZ 3.15 1.91 3 -
YUV 36.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 68 19 48 0 0.72 0.29 0.73 324.49 0.56 0.17
Hex 44 13 30 0 48 1D 49 144 38 11
Octal 104 23 60 0 110 35 111 504 70 21
Binary 1000100 10011 110000 0 1001000 11101 1001001 101000100 111000 10001

Color Harmonies of #441330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441330

Black with #441330

Text Example


Text Example

White with #441330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441330; }

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

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

background-color css

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

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

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

border-color css

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

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

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