Html Css Color HEX #3F142A Blackberry

📋 copy color: '#3F142A'

red 63 ◦ green 20 ◦ blue 42

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

Shades of Blackberry #3F142A

Tints of Blackberry #3F142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 33.6%

R = 50.4%
G = 16%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#3F142A (or 0x3F142A) is known color: Blackberry. HEX triplet: 3F, 14 and 2A. RGB value is (63,20,42). Sum of RGB (Red+Green+Blue) = 63+20+42=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F142A is #C0EBD5. Grayscale: #232323. Windows color (decimal): -12643286 or 2757695. OLE color: 2757695.

HSL color Cylindrical-coordinate representation of color #3F142A: hue angle of 329.3º 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 #3F142A is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 20 42 -
CMYK 0 0.68 0.33 0.75
HSL 329.3º 0.52% 0.16% -
HSV(B) 329.3º 0.68% 0.25% -
XYZ 2.72 1.72 2.38 -
YUV 35.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 63 20 42 0 0.68 0.33 0.75 329.3 0.52 0.16
Hex 3F 14 2A 0 44 21 4B 149 34 10
Octal 77 24 52 0 104 41 113 511 64 20
Binary 111111 10100 101010 0 1000100 100001 1001011 101001001 110100 10000

Color Harmonies of #3F142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F142A

Black with #3F142A

Text Example


Text Example

White with #3F142A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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