Html Css Color HEX #441238 Blackberry

📋 copy color: '#441238'

red 68 ◦ green 18 ◦ blue 56

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

Shades of Blackberry #441238

Tints of Blackberry #441238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.68%

 BLUE value IS 56 (22.27% from 255) = 39.44%

R = 47.89%
G = 12.68%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#441238 (or 0x441238) is known color: Blackberry. HEX triplet: 44, 12 and 38. RGB value is (68,18,56). Sum of RGB (Red+Green+Blue) = 68+18+56=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #441238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441238 is #BBEDC7. Grayscale: #252525. Windows color (decimal): -12316104 or 3674692. OLE color: 3674692.

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

Color convert

RGB 68 18 56 -
CMYK 0 0.74 0.18 0.73
HSL 314.4º 0.58% 0.17% -
HSV(B) 314.4º 0.74% 0.27% -
XYZ 3.31 1.95 3.94 -
YUV 37.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 68 18 56 0 0.74 0.18 0.73 314.4 0.58 0.17
Hex 44 12 38 0 4A 12 49 13A 3A 11
Octal 104 22 70 0 112 22 111 472 72 21
Binary 1000100 10010 111000 0 1001010 10010 1001001 100111010 111010 10001

Color Harmonies of #441238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441238

Black with #441238

Text Example


Text Example

White with #441238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441238; }

 p { color: rgb(68,18,56); }

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

background-color css

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

 a { background-color: rgb(68,18,56); }

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

border-color css

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

 span { border-color: rgb(68,18,56); }

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