Html Css Color HEX #441630 Blackberry

📋 copy color: '#441630'

red 68 ◦ green 22 ◦ blue 48

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

Shades of Blackberry #441630

Tints of Blackberry #441630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.94%

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

R = 49.28%
G = 15.94%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#441630 (or 0x441630) is known color: Blackberry. HEX triplet: 44, 16 and 30. RGB value is (68,22,48). Sum of RGB (Red+Green+Blue) = 68+22+48=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #441630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441630 is #BBE9CF. Grayscale: #262626. Windows color (decimal): -12315088 or 3151428. OLE color: 3151428.

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

Color convert

RGB 68 22 48 -
CMYK 0 0.68 0.29 0.73
HSL 326.09º 0.51% 0.18% -
HSV(B) 326.09º 0.68% 0.27% -
XYZ 3.2 2.02 3.02 -
YUV 38.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 68 22 48 0 0.68 0.29 0.73 326.09 0.51 0.18
Hex 44 16 30 0 44 1D 49 146 33 12
Octal 104 26 60 0 104 35 111 506 63 22
Binary 1000100 10110 110000 0 1000100 11101 1001001 101000110 110011 10010

Color Harmonies of #441630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441630

Black with #441630

Text Example


Text Example

White with #441630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441630; }

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

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

background-color css

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

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

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

border-color css

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

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

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