Html Css Color HEX #3F172F Blackberry

📋 copy color: '#3F172F'

red 63 ◦ green 23 ◦ blue 47

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

Shades of Blackberry #3F172F

Tints of Blackberry #3F172F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.29%

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

R = 47.37%
G = 17.29%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#3F172F (or 0x3F172F) is known color: Blackberry. HEX triplet: 3F, 17 and 2F. RGB value is (63,23,47). Sum of RGB (Red+Green+Blue) = 63+23+47=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F172F is #C0E8D0. Grayscale: #252525. Windows color (decimal): -12642513 or 3086143. OLE color: 3086143.

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

Color convert

RGB 63 23 47 -
CMYK 0 0.63 0.25 0.75
HSL 324º 0.47% 0.17% -
HSV(B) 324º 0.63% 0.25% -
XYZ 2.87 1.87 2.9 -
YUV 37.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 63 23 47 0 0.63 0.25 0.75 324 0.47 0.17
Hex 3F 17 2F 0 3F 19 4B 144 2F 11
Octal 77 27 57 0 77 31 113 504 57 21
Binary 111111 10111 101111 0 111111 11001 1001011 101000100 101111 10001

Color Harmonies of #3F172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F172F

Black with #3F172F

Text Example


Text Example

White with #3F172F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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