Html Css Color HEX #440630 Blackberry

📋 copy color: '#440630'

red 68 ◦ green 6 ◦ blue 48

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

Shades of Blackberry #440630

Tints of Blackberry #440630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.92%

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

R = 55.74%
G = 4.92%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#440630 (or 0x440630) is known color: Blackberry. HEX triplet: 44, 06 and 30. RGB value is (68,6,48). Sum of RGB (Red+Green+Blue) = 68+6+48=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #440630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440630 is #BBF9CF. Grayscale: #1D1D1D. Windows color (decimal): -12319184 or 3147332. OLE color: 3147332.

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

Color convert

RGB 68 6 48 -
CMYK 0 0.91 0.29 0.73
HSL 319.35º 0.84% 0.15% -
HSV(B) 319.35º 0.91% 0.27% -
XYZ 2.98 1.57 2.94 -
YUV 29.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 68 6 48 0 0.91 0.29 0.73 319.35 0.84 0.15
Hex 44 6 30 0 5B 1D 49 13F 54 F
Octal 104 6 60 0 133 35 111 477 124 17
Binary 1000100 110 110000 0 1011011 11101 1001001 100111111 1010100 1111

Color Harmonies of #440630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440630

Black with #440630

Text Example


Text Example

White with #440630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440630; }

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

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

background-color css

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

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

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

border-color css

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

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

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