Html Css Color HEX #440530 Blackberry

📋 copy color: '#440530'

red 68 ◦ green 5 ◦ blue 48

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

Shades of Blackberry #440530

Tints of Blackberry #440530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.13%

 BLUE value IS 48 (19.14% from 255) = 39.67%

R = 56.2%
G = 4.13%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#440530 (or 0x440530) is known color: Blackberry. HEX triplet: 44, 05 and 30. RGB value is (68,5,48). Sum of RGB (Red+Green+Blue) = 68+5+48=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #440530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440530 is #BBFACF. Grayscale: #1C1C1C. Windows color (decimal): -12319440 or 3147076. OLE color: 3147076.

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

Color convert

RGB 68 5 48 -
CMYK 0 0.93 0.29 0.73
HSL 319.05º 0.86% 0.14% -
HSV(B) 319.05º 0.93% 0.27% -
XYZ 2.97 1.55 2.94 -
YUV 28.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 68 5 48 0 0.93 0.29 0.73 319.05 0.86 0.14
Hex 44 5 30 0 5D 1D 49 13F 56 E
Octal 104 5 60 0 135 35 111 477 126 16
Binary 1000100 101 110000 0 1011101 11101 1001001 100111111 1010110 1110

Color Harmonies of #440530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440530

Black with #440530

Text Example


Text Example

White with #440530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440530; }

 p { color: rgb(68,5,48); }

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

background-color css

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

 a { background-color: rgb(68,5,48); }

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

border-color css

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

 span { border-color: rgb(68,5,48); }

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