Html Css Color HEX #440427 Blackberry

📋 copy color: '#440427'

red 68 ◦ green 4 ◦ blue 39

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

Shades of Blackberry #440427

Tints of Blackberry #440427

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.6%

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

R = 61.26%
G = 3.6%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#440427 (or 0x440427) is known color: Blackberry. HEX triplet: 44, 04 and 27. RGB value is (68,4,39). Sum of RGB (Red+Green+Blue) = 68+4+39=111 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.26% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 68 - color contains mainly: red. Hex color #440427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440427 is #BBFBD8. Grayscale: #1B1B1B. Windows color (decimal): -12319705 or 2556996. OLE color: 2556996.

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

Color convert

RGB 68 4 39 -
CMYK 0 0.94 0.43 0.73
HSL 327.19º 0.89% 0.14% -
HSV(B) 327.19º 0.94% 0.27% -
XYZ 2.79 1.46 2.05 -
YUV 27.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 68 4 39 0 0.94 0.43 0.73 327.19 0.89 0.14
Hex 44 4 27 0 5E 2B 49 147 59 E
Octal 104 4 47 0 136 53 111 507 131 16
Binary 1000100 100 100111 0 1011110 101011 1001001 101000111 1011001 1110

Color Harmonies of #440427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440427

Black with #440427

Text Example


Text Example

White with #440427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440427; }

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

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

background-color css

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

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

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

border-color css

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

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

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