Html Css Color HEX #3F1F31 Blackberry

📋 copy color: '#3F1F31'

red 63 ◦ green 31 ◦ blue 49

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

Shades of Blackberry #3F1F31

Tints of Blackberry #3F1F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.68%

 BLUE value IS 49 (19.53% from 255) = 34.27%

R = 44.06%
G = 21.68%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#3F1F31 (or 0x3F1F31) is known color: Blackberry. HEX triplet: 3F, 1F and 31. RGB value is (63,31,49). Sum of RGB (Red+Green+Blue) = 63+31+49=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1F31 is #C0E0CE. Grayscale: #2A2A2A. Windows color (decimal): -12640463 or 3219263. OLE color: 3219263.

HSL color Cylindrical-coordinate representation of color #3F1F31: hue angle of 326.25º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F1F31 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 31 49 -
CMYK 0 0.51 0.22 0.75
HSL 326.25º 0.34% 0.18% -
HSV(B) 326.25º 0.51% 0.25% -
XYZ 3.09 2.26 3.18 -
YUV 42.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 63 31 49 0 0.51 0.22 0.75 326.25 0.34 0.18
Hex 3F 1F 31 0 33 16 4B 146 22 12
Octal 77 37 61 0 63 26 113 506 42 22
Binary 111111 11111 110001 0 110011 10110 1001011 101000110 100010 10010

Color Harmonies of #3F1F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1F31

Black with #3F1F31

Text Example


Text Example

White with #3F1F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,31,49); }

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

background-color css

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

 a { background-color: rgb(63,31,49); }

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

border-color css

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

 span { border-color: rgb(63,31,49); }

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