Html Css Color HEX #440F30 Blackberry

📋 copy color: '#440F30'

red 68 ◦ green 15 ◦ blue 48

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

Shades of Blackberry #440F30

Tints of Blackberry #440F30

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.45%

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

R = 51.91%
G = 11.45%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#440F30 (or 0x440F30) is known color: Blackberry. HEX triplet: 44, 0F and 30. RGB value is (68,15,48). Sum of RGB (Red+Green+Blue) = 68+15+48=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #440F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440F30 is #BBF0CF. Grayscale: #222222. Windows color (decimal): -12316880 or 3149636. OLE color: 3149636.

HSL color Cylindrical-coordinate representation of color #440F30: hue angle of 322.64º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #440F30 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 15 48 -
CMYK 0 0.78 0.29 0.73
HSL 322.64º 0.64% 0.16% -
HSV(B) 322.64º 0.78% 0.27% -
XYZ 3.09 1.78 2.98 -
YUV 34.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 68 15 48 0 0.78 0.29 0.73 322.64 0.64 0.16
Hex 44 F 30 0 4E 1D 49 143 40 10
Octal 104 17 60 0 116 35 111 503 100 20
Binary 1000100 1111 110000 0 1001110 11101 1001001 101000011 1000000 10000

Color Harmonies of #440F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440F30

Black with #440F30

Text Example


Text Example

White with #440F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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