Html Css Color HEX #3F172B Blackberry

📋 copy color: '#3F172B'

red 63 ◦ green 23 ◦ blue 43

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

Shades of Blackberry #3F172B

Tints of Blackberry #3F172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 33.33%

R = 48.84%
G = 17.83%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#3F172B (or 0x3F172B) is known color: Blackberry. HEX triplet: 3F, 17 and 2B. RGB value is (63,23,43). Sum of RGB (Red+Green+Blue) = 63+23+43=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 63 - color contains mainly: red. Hex color #3F172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F172B is #C0E8D4. Grayscale: #252525. Windows color (decimal): -12642517 or 2823999. OLE color: 2823999.

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

Color convert

RGB 63 23 43 -
CMYK 0 0.63 0.32 0.75
HSL 330º 0.47% 0.17% -
HSV(B) 330º 0.63% 0.25% -
XYZ 2.79 1.84 2.49 -
YUV 37.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 63 23 43 0 0.63 0.32 0.75 330 0.47 0.17
Hex 3F 17 2B 0 3F 20 4B 14A 2F 11
Octal 77 27 53 0 77 40 113 512 57 21
Binary 111111 10111 101011 0 111111 100000 1001011 101001010 101111 10001

Color Harmonies of #3F172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F172B

Black with #3F172B

Text Example


Text Example

White with #3F172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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