Html Css Color HEX #3F142F Blackberry

📋 copy color: '#3F142F'

red 63 ◦ green 20 ◦ blue 47

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

Shades of Blackberry #3F142F

Tints of Blackberry #3F142F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.38%

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

R = 48.46%
G = 15.38%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#3F142F (or 0x3F142F) is known color: Blackberry. HEX triplet: 3F, 14 and 2F. RGB value is (63,20,47). Sum of RGB (Red+Green+Blue) = 63+20+47=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 63 - color contains mainly: red. Hex color #3F142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F142F is #C0EBD0. Grayscale: #232323. Windows color (decimal): -12643281 or 3085375. OLE color: 3085375.

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

Color convert

RGB 63 20 47 -
CMYK 0 0.68 0.25 0.75
HSL 322.33º 0.52% 0.16% -
HSV(B) 322.33º 0.68% 0.25% -
XYZ 2.81 1.76 2.88 -
YUV 35.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 63 20 47 0 0.68 0.25 0.75 322.33 0.52 0.16
Hex 3F 14 2F 0 44 19 4B 142 34 10
Octal 77 24 57 0 104 31 113 502 64 20
Binary 111111 10100 101111 0 1000100 11001 1001011 101000010 110100 10000

Color Harmonies of #3F142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F142F

Black with #3F142F

Text Example


Text Example

White with #3F142F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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