Html Css Color HEX #3F172C Blackberry

📋 copy color: '#3F172C'

red 63 ◦ green 23 ◦ blue 44

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

Shades of Blackberry #3F172C

Tints of Blackberry #3F172C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 33.85%

R = 48.46%
G = 17.69%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#3F172C (or 0x3F172C) is known color: Blackberry. HEX triplet: 3F, 17 and 2C. RGB value is (63,23,44). Sum of RGB (Red+Green+Blue) = 63+23+44=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 63 - color contains mainly: red. Hex color #3F172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F172C is #C0E8D3. Grayscale: #252525. Windows color (decimal): -12642516 or 2889535. OLE color: 2889535.

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

Color convert

RGB 63 23 44 -
CMYK 0 0.63 0.30 0.75
HSL 328.5º 0.47% 0.17% -
HSV(B) 328.5º 0.63% 0.25% -
XYZ 2.81 1.85 2.59 -
YUV 37.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 63 23 44 0 0.63 0.30 0.75 328.5 0.47 0.17
Hex 3F 17 2C 0 3F 1E 4B 148 2F 11
Octal 77 27 54 0 77 36 113 510 57 21
Binary 111111 10111 101100 0 111111 11110 1001011 101001000 101111 10001

Color Harmonies of #3F172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F172C

Black with #3F172C

Text Example


Text Example

White with #3F172C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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