Html Css Color HEX #441A3A Blackberry

📋 copy color: '#441A3A'

red 68 ◦ green 26 ◦ blue 58

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

Shades of Blackberry #441A3A

Tints of Blackberry #441A3A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.11%

 BLUE value IS 58 (23.05% from 255) = 38.16%

R = 44.74%
G = 17.11%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#441A3A (or 0x441A3A) is known color: Blackberry. HEX triplet: 44, 1A and 3A. RGB value is (68,26,58). Sum of RGB (Red+Green+Blue) = 68+26+58=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 68 - color contains mainly: red. Hex color #441A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A3A is #BBE5C5. Grayscale: #2A2A2A. Windows color (decimal): -12314054 or 3807812. OLE color: 3807812.

HSL color Cylindrical-coordinate representation of color #441A3A: hue angle of 314.29º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441A3A is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 26 58 -
CMYK 0 0.62 0.15 0.73
HSL 314.29º 0.45% 0.18% -
HSV(B) 314.29º 0.62% 0.27% -
XYZ 3.52 2.27 4.26 -
YUV 42.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 68 26 58 0 0.62 0.15 0.73 314.29 0.45 0.18
Hex 44 1A 3A 0 3E F 49 13A 2D 12
Octal 104 32 72 0 76 17 111 472 55 22
Binary 1000100 11010 111010 0 111110 1111 1001001 100111010 101101 10010

Color Harmonies of #441A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A3A

Black with #441A3A

Text Example


Text Example

White with #441A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441A3A; }

 p { color: rgb(68,26,58); }

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

background-color css

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

 a { background-color: rgb(68,26,58); }

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

border-color css

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

 span { border-color: rgb(68,26,58); }

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