Html Css Color HEX #441830 Blackberry

📋 copy color: '#441830'

red 68 ◦ green 24 ◦ blue 48

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

Shades of Blackberry #441830

Tints of Blackberry #441830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.14%

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

R = 48.57%
G = 17.14%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#441830 (or 0x441830) is known color: Blackberry. HEX triplet: 44, 18 and 30. RGB value is (68,24,48). Sum of RGB (Red+Green+Blue) = 68+24+48=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #441830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441830 is #BBE7CF. Grayscale: #272727. Windows color (decimal): -12314576 or 3151940. OLE color: 3151940.

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

Color convert

RGB 68 24 48 -
CMYK 0 0.65 0.29 0.73
HSL 327.27º 0.48% 0.18% -
HSV(B) 327.27º 0.65% 0.27% -
XYZ 3.24 2.1 3.03 -
YUV 39.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 68 24 48 0 0.65 0.29 0.73 327.27 0.48 0.18
Hex 44 18 30 0 41 1D 49 147 30 12
Octal 104 30 60 0 101 35 111 507 60 22
Binary 1000100 11000 110000 0 1000001 11101 1001001 101000111 110000 10010

Color Harmonies of #441830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441830

Black with #441830

Text Example


Text Example

White with #441830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441830; }

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

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

background-color css

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

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

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

border-color css

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

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

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