Html Css Color HEX #440330 Blackberry

📋 copy color: '#440330'

red 68 ◦ green 3 ◦ blue 48

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

Shades of Blackberry #440330

Tints of Blackberry #440330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.52%

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

R = 57.14%
G = 2.52%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#440330 (or 0x440330) is known color: Blackberry. HEX triplet: 44, 03 and 30. RGB value is (68,3,48). Sum of RGB (Red+Green+Blue) = 68+3+48=119 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.14% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 68 - color contains mainly: red. Hex color #440330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440330 is #BBFCCF. Grayscale: #1B1B1B. Windows color (decimal): -12319952 or 3146564. OLE color: 3146564.

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

Color convert

RGB 68 3 48 -
CMYK 0 0.96 0.29 0.73
HSL 318.46º 0.92% 0.14% -
HSV(B) 318.46º 0.96% 0.27% -
XYZ 2.95 1.51 2.93 -
YUV 27.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 68 3 48 0 0.96 0.29 0.73 318.46 0.92 0.14
Hex 44 3 30 0 60 1D 49 13E 5C E
Octal 104 3 60 0 140 35 111 476 134 16
Binary 1000100 11 110000 0 1100000 11101 1001001 100111110 1011100 1110

Color Harmonies of #440330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440330

Black with #440330

Text Example


Text Example

White with #440330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440330; }

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

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

background-color css

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

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

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

border-color css

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

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

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