Html Css Color HEX #3F061F Blackberry

📋 copy color: '#3F061F'

red 63 ◦ green 6 ◦ blue 31

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

Shades of Blackberry #3F061F

Tints of Blackberry #3F061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6%

 BLUE value IS 31 (12.5% from 255) = 31%

R = 63%
G = 6%
B = 31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#3F061F (or 0x3F061F) is known color: Blackberry. HEX triplet: 3F, 06 and 1F. RGB value is (63,6,31). Sum of RGB (Red+Green+Blue) = 63+6+31=100 (13% of max value = 765). Red value is 63 (25% from 255 or 63% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 63 - color contains mainly: red. Hex color #3F061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F061F is #C0F9E0. Grayscale: #191919. Windows color (decimal): -12646881 or 2033215. OLE color: 2033215.

HSL color Cylindrical-coordinate representation of color #3F061F: hue angle of 333.68º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F061F is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 6 31 -
CMYK 0 0.90 0.51 0.75
HSL 333.68º 0.83% 0.14% -
HSV(B) 333.68º 0.9% 0.25% -
XYZ 2.36 1.29 1.42 -
YUV 25.89 130.88 154.47 -
System Red Green Blue C M Y K H S L
Decimal 63 6 31 0 0.90 0.51 0.75 333.68 0.83 0.14
Hex 3F 6 1F 0 5A 33 4B 14E 53 E
Octal 77 6 37 0 132 63 113 516 123 16
Binary 111111 110 11111 0 1011010 110011 1001011 101001110 1010011 1110

Color Harmonies of #3F061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F061F

Black with #3F061F

Text Example


Text Example

White with #3F061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,6,31); }

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

background-color css

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

 a { background-color: rgb(63,6,31); }

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

border-color css

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

 span { border-color: rgb(63,6,31); }

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