Html Css Color HEX #441A2F Blackberry

📋 copy color: '#441A2F'

red 68 ◦ green 26 ◦ blue 47

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

Shades of Blackberry #441A2F

Tints of Blackberry #441A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 33.33%

R = 48.23%
G = 18.44%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#441A2F (or 0x441A2F) is known color: Blackberry. HEX triplet: 44, 1A and 2F. RGB value is (68,26,47). Sum of RGB (Red+Green+Blue) = 68+26+47=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #441A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A2F is #BBE5D0. Grayscale: #282828. Windows color (decimal): -12314065 or 3086916. OLE color: 3086916.

HSL color Cylindrical-coordinate representation of color #441A2F: hue angle of 330º 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 #441A2F is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 26 47 -
CMYK 0 0.62 0.31 0.73
HSL 330º 0.45% 0.18% -
HSV(B) 330º 0.62% 0.27% -
XYZ 3.27 2.17 2.94 -
YUV 40.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 68 26 47 0 0.62 0.31 0.73 330 0.45 0.18
Hex 44 1A 2F 0 3E 1F 49 14A 2D 12
Octal 104 32 57 0 76 37 111 512 55 22
Binary 1000100 11010 101111 0 111110 11111 1001001 101001010 101101 10010

Color Harmonies of #441A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A2F

Black with #441A2F

Text Example


Text Example

White with #441A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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