Html Css Color HEX #441C2F Blackberry

📋 copy color: '#441C2F'

red 68 ◦ green 28 ◦ blue 47

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

Shades of Blackberry #441C2F

Tints of Blackberry #441C2F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.58%

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

R = 47.55%
G = 19.58%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#441C2F (or 0x441C2F) is known color: Blackberry. HEX triplet: 44, 1C and 2F. RGB value is (68,28,47). Sum of RGB (Red+Green+Blue) = 68+28+47=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #441C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C2F is #BBE3D0. Grayscale: #2A2A2A. Windows color (decimal): -12313553 or 3087428. OLE color: 3087428.

HSL color Cylindrical-coordinate representation of color #441C2F: hue angle of 331.5º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #441C2F is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 28 47 -
CMYK 0 0.59 0.31 0.73
HSL 331.5º 0.42% 0.19% -
HSV(B) 331.5º 0.59% 0.27% -
XYZ 3.31 2.26 2.95 -
YUV 42.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 68 28 47 0 0.59 0.31 0.73 331.5 0.42 0.19
Hex 44 1C 2F 0 3B 1F 49 14C 2A 13
Octal 104 34 57 0 73 37 111 514 52 23
Binary 1000100 11100 101111 0 111011 11111 1001001 101001100 101010 10011

Color Harmonies of #441C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C2F

Black with #441C2F

Text Example


Text Example

White with #441C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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