Html Css Color HEX #441730 Blackberry

📋 copy color: '#441730'

red 68 ◦ green 23 ◦ blue 48

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

Shades of Blackberry #441730

Tints of Blackberry #441730

RGB

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

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

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

R = 48.92%
G = 16.55%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#441730 (or 0x441730) is known color: Blackberry. HEX triplet: 44, 17 and 30. RGB value is (68,23,48). Sum of RGB (Red+Green+Blue) = 68+23+48=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #441730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441730 is #BBE8CF. Grayscale: #272727. Windows color (decimal): -12314832 or 3151684. OLE color: 3151684.

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

Color convert

RGB 68 23 48 -
CMYK 0 0.66 0.29 0.73
HSL 326.67º 0.49% 0.18% -
HSV(B) 326.67º 0.66% 0.27% -
XYZ 3.22 2.06 3.02 -
YUV 39.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 68 23 48 0 0.66 0.29 0.73 326.67 0.49 0.18
Hex 44 17 30 0 42 1D 49 147 31 12
Octal 104 27 60 0 102 35 111 507 61 22
Binary 1000100 10111 110000 0 1000010 11101 1001001 101000111 110001 10010

Color Harmonies of #441730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441730

Black with #441730

Text Example


Text Example

White with #441730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441730; }

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

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

background-color css

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

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

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

border-color css

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

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

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