Html Css Color HEX #441027 Blackberry

📋 copy color: '#441027'

red 68 ◦ green 16 ◦ blue 39

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

Shades of Blackberry #441027

Tints of Blackberry #441027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.01%

 BLUE value IS 39 (15.63% from 255) = 31.71%

R = 55.28%
G = 13.01%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#441027 (or 0x441027) is known color: Blackberry. HEX triplet: 44, 10 and 27. RGB value is (68,16,39). Sum of RGB (Red+Green+Blue) = 68+16+39=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #441027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441027 is #BBEFD8. Grayscale: #222222. Windows color (decimal): -12316633 or 2560068. OLE color: 2560068.

HSL color Cylindrical-coordinate representation of color #441027: hue angle of 333.46º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441027 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 16 39 -
CMYK 0 0.76 0.43 0.73
HSL 333.46º 0.62% 0.16% -
HSV(B) 333.46º 0.76% 0.27% -
XYZ 2.94 1.75 2.1 -
YUV 34.17 130.73 152.13 -
System Red Green Blue C M Y K H S L
Decimal 68 16 39 0 0.76 0.43 0.73 333.46 0.62 0.16
Hex 44 10 27 0 4C 2B 49 14D 3E 10
Octal 104 20 47 0 114 53 111 515 76 20
Binary 1000100 10000 100111 0 1001100 101011 1001001 101001101 111110 10000

Color Harmonies of #441027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441027

Black with #441027

Text Example


Text Example

White with #441027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441027; }

 p { color: rgb(68,16,39); }

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

background-color css

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

 a { background-color: rgb(68,16,39); }

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

border-color css

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

 span { border-color: rgb(68,16,39); }

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