Html Css Color HEX #3F112F Blackberry

📋 copy color: '#3F112F'

red 63 ◦ green 17 ◦ blue 47

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

Shades of Blackberry #3F112F

Tints of Blackberry #3F112F

RGB

 RED value IS 63 (25% from 255) = 49.61%

 GREEN value IS 17 (7.03% from 255) = 13.39%

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

R = 49.61%
G = 13.39%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#3F112F (or 0x3F112F) is known color: Blackberry. HEX triplet: 3F, 11 and 2F. RGB value is (63,17,47). Sum of RGB (Red+Green+Blue) = 63+17+47=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 63 - color contains mainly: red. Hex color #3F112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F112F is #C0EED0. Grayscale: #222222. Windows color (decimal): -12644049 or 3084607. OLE color: 3084607.

HSL color Cylindrical-coordinate representation of color #3F112F: hue angle of 320.87º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F112F is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 17 47 -
CMYK 0 0.73 0.25 0.75
HSL 320.87º 0.58% 0.16% -
HSV(B) 320.87º 0.73% 0.25% -
XYZ 2.76 1.66 2.86 -
YUV 34.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 63 17 47 0 0.73 0.25 0.75 320.87 0.58 0.16
Hex 3F 11 2F 0 49 19 4B 141 3A 10
Octal 77 21 57 0 111 31 113 501 72 20
Binary 111111 10001 101111 0 1001001 11001 1001011 101000001 111010 10000

Color Harmonies of #3F112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F112F

Black with #3F112F

Text Example


Text Example

White with #3F112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F112F; }

 p { color: rgb(63,17,47); }

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

background-color css

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

 a { background-color: rgb(63,17,47); }

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

border-color css

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

 span { border-color: rgb(63,17,47); }

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