Html Css Color HEX #441628 Blackberry

📋 copy color: '#441628'

red 68 ◦ green 22 ◦ blue 40

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

Shades of Blackberry #441628

Tints of Blackberry #441628

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.92%

 BLUE value IS 40 (16.02% from 255) = 30.77%

R = 52.31%
G = 16.92%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#441628 (or 0x441628) is known color: Blackberry. HEX triplet: 44, 16 and 28. RGB value is (68,22,40). Sum of RGB (Red+Green+Blue) = 68+22+40=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #441628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441628 is #BBE9D7. Grayscale: #252525. Windows color (decimal): -12315096 or 2627140. OLE color: 2627140.

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

Color convert

RGB 68 22 40 -
CMYK 0 0.68 0.41 0.73
HSL 336.52º 0.51% 0.18% -
HSV(B) 336.52º 0.68% 0.27% -
XYZ 3.05 1.96 2.22 -
YUV 37.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 68 22 40 0 0.68 0.41 0.73 336.52 0.51 0.18
Hex 44 16 28 0 44 29 49 151 33 12
Octal 104 26 50 0 104 51 111 521 63 22
Binary 1000100 10110 101000 0 1000100 101001 1001001 101010001 110011 10010

Color Harmonies of #441628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441628

Black with #441628

Text Example


Text Example

White with #441628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441628; }

 p { color: rgb(68,22,40); }

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

background-color css

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

 a { background-color: rgb(68,22,40); }

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

border-color css

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

 span { border-color: rgb(68,22,40); }

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