Html Css Color HEX #441427 Blackberry

📋 copy color: '#441427'

red 68 ◦ green 20 ◦ blue 39

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

Shades of Blackberry #441427

Tints of Blackberry #441427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.75%

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

R = 53.54%
G = 15.75%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#441427 (or 0x441427) is known color: Blackberry. HEX triplet: 44, 14 and 27. RGB value is (68,20,39). Sum of RGB (Red+Green+Blue) = 68+20+39=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #441427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441427 is #BBEBD8. Grayscale: #242424. Windows color (decimal): -12315609 or 2561092. OLE color: 2561092.

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

Color convert

RGB 68 20 39 -
CMYK 0 0.71 0.43 0.73
HSL 336.25º 0.55% 0.17% -
HSV(B) 336.25º 0.71% 0.27% -
XYZ 3 1.88 2.12 -
YUV 36.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 68 20 39 0 0.71 0.43 0.73 336.25 0.55 0.17
Hex 44 14 27 0 47 2B 49 150 37 11
Octal 104 24 47 0 107 53 111 520 67 21
Binary 1000100 10100 100111 0 1000111 101011 1001001 101010000 110111 10001

Color Harmonies of #441427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441427

Black with #441427

Text Example


Text Example

White with #441427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441427; }

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

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

background-color css

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

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

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

border-color css

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

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

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