Html Css Color HEX #440130 Blackberry

📋 copy color: '#440130'

red 68 ◦ green 1 ◦ blue 48

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

Shades of Blackberry #440130

Tints of Blackberry #440130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.85%

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

R = 58.12%
G = 0.85%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#440130 (or 0x440130) is known color: Blackberry. HEX triplet: 44, 01 and 30. RGB value is (68,1,48). Sum of RGB (Red+Green+Blue) = 68+1+48=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #440130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440130 is #BBFECF. Grayscale: #1A1A1A. Windows color (decimal): -12320464 or 3146052. OLE color: 3146052.

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

Color convert

RGB 68 1 48 -
CMYK 0 0.99 0.29 0.73
HSL 317.91º 0.97% 0.14% -
HSV(B) 317.91º 0.99% 0.27% -
XYZ 2.93 1.46 2.92 -
YUV 26.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 68 1 48 0 0.99 0.29 0.73 317.91 0.97 0.14
Hex 44 1 30 0 63 1D 49 13E 61 E
Octal 104 1 60 0 143 35 111 476 141 16
Binary 1000100 1 110000 0 1100011 11101 1001001 100111110 1100001 1110

Color Harmonies of #440130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440130

Black with #440130

Text Example


Text Example

White with #440130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440130; }

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

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

background-color css

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

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

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

border-color css

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

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

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